forked from DataBiosphere/terra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.2 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": "saturn",
"version": "0.0.1",
"private": true,
"dependencies": {
"@clr/icons": "^1.1.1",
"@webcomponents/custom-elements": "^1.2.1",
"animate.css": "^3.7.0",
"clipboard-polyfill": "^2.7.0",
"file-saver": "^2.0.1",
"filesize": "^4.1.2",
"github-markdown-css": "^3.0.1",
"history": "^4.7.2",
"lodash": "^4.17.11",
"marked": "^0.6.1",
"md5": "^2.2.1",
"outdated-browser-rework": "^2.8.0",
"path-to-regexp": "^3.0.0",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react": "~16.8.4",
"react-autosuggest": "^9.4.3",
"react-collapse": "^4.0.3",
"react-dom": "~16.8.4",
"react-draggable": "^3.2.1",
"react-dropzone": "^7.0.1",
"react-hyperscript-helpers": "^1.2.0",
"react-interactive": "^0.8.3",
"react-modal": "^3.8.1",
"react-motion": "^0.5.2",
"react-notifications-component": "^1.0.1",
"react-onclickoutside": "^6.8.0",
"react-paginating": "^1.3.0-hook.1",
"react-scripts": "2.1.8",
"react-select": "^2.4.2",
"react-simplemde-editor": "^4.0.0",
"react-sortable-hoc": "^1.7.1",
"react-virtualized": "^9.21.0",
"recompose": "^0.30.0",
"remove-markdown": "^0.3.0",
"uuid": "^3.3.2",
"validate.js": "^0.12.0"
},
"scripts": {
"analyze": "npm run build; source-map-explorer build/static/js/main.*",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"postbuild": "rm build/config.json",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"devDependencies": {
"customize-cra": "^0.2.12",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"husky": "^1.3.1",
"raw-loader": "^1.0.0",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "2.1.1",
"react-hot-loader": "^4.8.0",
"react-test-renderer": "~16.8.4",
"source-map-explorer": "^1.7.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": ".hooks/pre-commit"
}
}
}