-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.83 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.83 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
59
60
61
62
{
"name": "dnd-rules",
"version": "0.1.0",
"homepage": "https://bburns.github.io/dnd-rules",
"private": true,
"type": "module",
"scripts": {
"build-rules": "node scripts/nm2json.js < rules/rules.nm > src/assets/rules.json",
"watch-rules": "chokidar rules/rules.nm scripts/nm2json.js -c \"yarn run build-rules\"",
"start": "yarn build-rules && concurrently \"yarn watch-rules\" \"react-scripts start\"",
"build": "yarn build-rules && react-scripts build",
"//deploy": "gh-pages -d build",
"--deploy": "firebase deploy",
"--build-deploy": "yarn build && yarn deploy",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"axios": "0.19.0",
"colcade": "0.2.0",
"csv": "5.1.1",
"fs-extra": "8.1.0",
"masonry-layout": "4.2.2",
"normalize.css": "8.0.1",
"performant-array-to-tree": "1.2.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-masonry-css": "1.0.12",
"rehype-stringify": "6.0.0",
"remark-grid-tables": "1.6.1",
"remark-parse": "6.0.3",
"remark-react": "5.0.1",
"remark-rehype": "4.0.1",
"unified": "8.0.1"
},
"devDependencies": {
"chokidar-cli": "1.2.2",
"concurrently": "4.1.1",
"gh-pages": "2.0.1",
"markdown-it": "9.0.1",
"nearley": "2.16.0",
"react-scripts": "5.0.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}