-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "dacein",
"version": "1.0.0",
"private": true,
"homepage": "http://szymonkaliski.github.io/dacein",
"scripts": {
"start": "FORCE_COLOR=true BROWSER=none react-scripts start",
"build": "react-scripts build",
"deploy": "npm run build && gh-pages -d build"
},
"dependencies": {
"@rehooks/component-size": "^1.0.2",
"@rehooks/window-size": "^1.0.2",
"ast-types": "^0.12.2",
"codemirror": "^5.43.0",
"d3-require": "^1.2.2",
"file-saver": "^2.0.0",
"immer": "^2.0.0",
"left-pad": "^1.3.0",
"lodash": "^4.17.11",
"numeric": "^1.2.6",
"react": "^16.8.2",
"react-codemirror2": "^5.1.0",
"react-color": "^3.0.0-beta.3",
"react-dom": "^16.8.2",
"react-json-view": "^1.19.1",
"react-outside-click-handler": "^1.2.2",
"react-scripts": "^2.1.5",
"recast": "^0.17.3",
"tachyons": "^4.11.1"
},
"devDependencies": {
"eslint-config-node-style-guide": "^3.0.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react-hooks": "^1.0.2",
"gh-pages": "^2.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}