-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·66 lines (66 loc) · 2.02 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
60
61
62
63
64
65
66
{
"name": "math-stage-pro",
"version": "1.0.3",
"description": "react+webpack",
"main": "lib/launcher.js",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --hot --config ./webpack/webpack.dev.js",
"site": "webpack --config ./webpack/webpack.site.js",
"build": "webpack --config ./webpack/webpack.build.js"
},
"author": "NearImba",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.1.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.1",
"autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"copy-webpack-plugin": "^4.6.0",
"create-react-context": "^0.2.3",
"css-loader": "^1.0.1",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"postcss-pxtorem": "^4.0.1",
"pre-commit": "^1.2.2",
"sass-loader": "^7.1.0",
"shader-loader": "^1.3.1",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"svg-url-loader": "^3.0.2",
"ts-loader": "^6.0.4",
"typescript": "^5.2.2",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
}
}