-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "rp-codebooth",
"version": "1.2.0",
"description": "Liqvid widget for interactive coding demos",
"exports": {
".": "./rp-codebooth.js"
},
"files": [
"rp-codebooth.js",
"rp-codebooth.d.ts",
"style.css"
],
"main": "rp-codebooth.js",
"typings": "rp-codebooth.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ysulyma/rp-codebooth.git"
},
"keywords": [
"ractive-player",
"rp-recording",
"codemirror"
],
"author": "Yuri Sulyma <yuri@ractive-player.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ysulyma/rp-codebooth/issues"
},
"homepage": "https://github.com/ysulyma/rp-codebooth#readme",
"peerDependencies": {
"@types/codemirror": "^0.0.106",
"@types/react": "^17.0.0",
"rp-codemirror": "^1.0.0",
"rp-recording": "^2.1.1"
},
"devDependencies": {
"@babel/runtime": "^7.12.5",
"@types/codemirror": "0.0.106",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"banner-webpack-plugin": "^0.2.3",
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"stylus": "^0.54.8",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
},
"dependencies": {
"liqvid": "^2.0.10",
"rp-codemirror": "^1.0.0",
"rp-recording": "^2.1.1",
"zustand": "^3.3.1"
}
}