This repository was archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 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
{
"name": "minimal-react-webpack-babel-setup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"build": "webpack --config ./webpack.config.js --mode development",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"base64-inline-loader": "^1.1.1",
"base64-loader": "^1.0.0",
"css-loader": "^1.0.0",
"delay": "^3.0.0",
"diacritics": "^1.3.0",
"emotion": "^9.2.6",
"file-loader": "^1.1.11",
"howler": "^2.0.14",
"keycode": "^2.2.0",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"mitt": "^1.1.3",
"node-sass": "^4.9.2",
"postcss-loader": "^2.1.6",
"prop-types": "^15.6.2",
"raf": "^3.4.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-hot-loader": "^4.3.3",
"react-spinners": "^0.3.3",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"timer-stopwatch": "^0.2.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.2",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}