-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 844 Bytes
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
{
"scripts": {
"build:js": "webpack",
"build:css": "node-sass --output-style compressed -o dist/css src/css"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/preset-env": "^7.13.10",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.1",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0"
},
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
],
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.3.1",
"humanize-duration": "^3.25.1",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"query-string": "^7.0.0"
}
}