generated from blewert/webpack-react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.76 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
{
"name": "webpack-react-template",
"version": "1.0.0",
"description": "",
"main": "script-compiled.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --config webpack.dev.js",
"lint": "eslint --ext .js src",
"fix": "eslint --ext .js src --fix"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.6.2",
"babel-loader": "^8.0.6",
"babel-minify": "^0.6.0-alpha.9",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.2.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.0",
"git-revision-webpack-plugin": "^3.0.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@signal-noise/react-shader-canvas": "0.0.3",
"fibers": "^5.0.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"qrcode.react": "^1.0.1",
"raw-loader": "^4.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-icons": "^4.3.1",
"react-router-dom": "^5.0.0",
"sass": "^1.32.5",
"sass-loader": "^10.1.1"
}
}