-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.07 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
{
"name": "cherry-picker-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env MODE=development npx webpack serve --config ./config/webpack.config.js --open",
"build": "cross-env MODE=production npx webpack --config ./config/webpack.config.js",
"build:github": "cross-env MODE=github npx webpack --config ./config/webpack.config.github.js",
"storybook": "start-storybook"
},
"author": "cadenzah",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.12.2",
"@reduxjs/toolkit": "^1.6.1",
"babel-loader": "^8.2.2",
"babel-plugin-react-scoped-css": "^1.1.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.1",
"core-js": "^3.15.2",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"dotenv": "^10.0.0",
"html-webpack-plugin": "^5.3.2",
"node-sass": "^6.0.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-naver-maps": "^0.0.13",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"reselect": "^4.0.0",
"sass-loader": "^12.1.0",
"scoped-css-loader": "^1.0.0",
"style-loader": "^3.1.0",
"url-loader": "^2.2.0",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-rc.0",
"webpack-manifest-plugin": "^3.1.1"
},
"dependencies": {
"query-string": "^7.0.1",
"react-icons": "^4.2.0"
}
}