-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "react-playground",
"version": "1.0.0",
"main": "index.js",
"author": "Ling, Siyuan",
"license": "MIT",
"scripts": {
"serve": "live-server public/",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-cli": "6.24.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"live-server": "^1.2.0",
"moment": "^2.25.3",
"node-sass": "^4.14.1",
"normalize.css": "7.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-plugin-react": "^7.23.1",
"mini-css-extract-plugin": "^0.9.0",
"webpack-merge": "^4.2.2"
}
}