forked from takahashigroup/CADS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.85 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.85 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "madsapp-frontend",
"version": "0.0.1",
"private": true,
"description": "madsapp frontend assets.",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "yarn test -- --watch",
"start": "babel-node --trace-deprecation server.js",
"build": "NODE_ENV=production webpack --mode production --progress --color --config webpack.prod.config.js",
"lint": "eslint assets",
"coverage": "jest --coverage",
"storybook": "start-storybook -p 9001 -c .storybook -s ./assets/vendors",
"build-storybook": "build-storybook -c .storybook"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "7.14.5",
"@babel/runtime": "^7.14.6",
"@bokeh/bokehjs": "^2.3.2",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"bootstrap": "^5.0.2",
"chroma-js": "^2.1.2",
"classnames": "^2.3.1",
"core-js": "^3.15.2",
"css-loader": "^5.2.6",
"d3": "^7.0.0",
"datatables.net": "^1.10.25",
"datatables.net-dt": "^1.10.24",
"deep-equal": "^2.0.5",
"dependency-graph": "^0.11.0",
"expose-loader": "^3.0.0",
"file-loader": "^6.2.0",
"google-palette": "^1.1.0",
"imports-loader": "^3.0.0",
"jeezy": "^1.13.1",
"jquery": "3.6.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"marked": "^2.1.3",
"node-sass": "^6.0.1",
"pandas-js": "^0.2.4",
"parcoord-es": "^2.2.10",
"plotly.js": "^2.2.1",
"plotly.js-dist": "1.58.4",
"plotly.js-dist-min": "^2.2.1",
"popper.js": "^1.16.1",
"postcss-loader": "^6.1.1",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"rc-resize-observer": "^1.2.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-grid-layout": "^1.3.0",
"react-hook-form": "^7.10.0",
"react-hot-loader": "^4.13.0",
"react-plotly.js": "^2.5.1",
"react-redux": "^7.2.4",
"reactcss": "^1.2.3",
"redux": "^4.1.0",
"redux-form": "^8.3.7",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"reselect": "^4.0.0",
"resolve-url-loader": "^4.0.0",
"script-loader": "^0.7.2",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "^2.0.3",
"shortid": "^2.2.16",
"style-loader": "^3.0.0",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"webpack": "^5.42.0",
"webpack-bundle-tracker": "^1.1.0",
"webpack-dev-server": "3.11.2",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/node": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-controls": "^6.3.2",
"@storybook/addon-docs": "^6.3.2",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^v6.3.2",
"@testing-library/react": "^12.0.0",
"ajv": "^8.6.0",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"canvas": "^2.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-css-modules": "^2.1.0",
"jest-image-snapshot": "^4.5.1",
"mini-css-extract-plugin": "^2.0.0",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"redux-mock-store": "^1.5.4",
"webpack-cli": "^4.7.2"
},
"resolutions": {
"postcss": "8.3.5"
},
"peerDependencies": {
"postcss": "^8.3.5"
}
}