-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
63 lines (63 loc) · 1.85 KB
/
package.json
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
59
60
61
62
63
{
"name": "wildcard",
"version": "1.0.0",
"description": "wildcard extension builder",
"main": "index.js",
"repository": "[email protected]:geoffreylitt/wildcard.git",
"author": "Geoffrey Litt <[email protected]>",
"license": "MIT",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^16.0.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/google-calendar": "^4.4.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/moment": "^4.3.0",
"@handsontable/react": "^3.1.2",
"@types/chrome": "^0.0.95",
"@types/greasemonkey": "^4.0.0",
"@types/jquery": "^3.3.33",
"docsify-cli": "^4.4.0",
"handsontable": "^7.2.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"ohm-js": "^0.14.0",
"palettify": "^1.0.3",
"pikaday": "^1.8.0",
"react": "^16.13.1",
"react-ace": "^9.1.4",
"react-autosuggest": "^10.1.0",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"string-hash": "^1.1.3",
"styled-components": "^5.1.0",
"unfluff": "^3.2.0",
"url-pattern": "^1.0.3"
},
"scripts": {
"docs": "docsify serve docs",
"dev": "node ./build.js -watch",
"chrome": "web-ext run --target chromium --keep-profile-changes",
"firefox": "web-ext run --keep-profile-changes"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/redux-thunk": "^2.1.0",
"concurrently": "^5.1.0",
"docsify": "^4.11.3",
"esbuild": "^0.8.0",
"estrella": "^1.3.1",
"random-words": "^1.1.1",
"redux-devtools-extension": "^2.13.8",
"socket.io": "^2.3.0",
"typescript": "^3.7.4",
"watch": "^1.0.2",
"web-ext": "^5.5.0"
}
}