-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.02 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "grapher",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.9.10",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^4.0.0-alpha.49",
"@material-ui/styles": "4.9.10",
"bezier-js": "2.4.4",
"clx": "1.0.0",
"color": "^3.1.2",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.10.0",
"firebase": "7.6.0",
"formik": "1.5.1",
"formik-material-ui": "0.0.16",
"jest-localstorage-mock": "2.4.0",
"jsonschema": "^1.2.4",
"lodash-es": "^4.17.14",
"material-ui-dropzone": "2.3.5",
"ohm-js": "^0.14.0",
"react": "16.8.3",
"react-ace": "^7.0.1",
"react-color": "2.17.3",
"react-dom": "16.8.3",
"react-force-graph-2d": "1.9.1",
"react-helmet": "^5.2.1",
"react-markdown": "4.1.0",
"react-redux": "6.0.1",
"react-router-dom": "5.0.0",
"react-scripts": "3.0.1",
"react-select": "2.4.3",
"redux": "4.0.1",
"redux-saga": "1.0.2",
"reselect": "4.0.0",
"uuid": "3.3.2",
"yup": "0.26.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "netlify deploy --prod --dir build --site ${NETLIFY_SITE_ID}"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged"
}
},
"release": {
"branch": "master"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@redux-saga/testing-utils": "1.0.2",
"@semantic-release/github": "^5.4.2",
"husky": "^3.0.2",
"netlify-cli": "2.12.0",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"prettier": "1.16.4",
"pretty-quick": "^1.11.1",
"semantic-release": "^17.2.3"
}
}