-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.11 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
67
68
69
70
71
{
"name": "webgl-playground",
"version": "1.0.0",
"description": "webgl-playground",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config build/webpack.config.dev.js --progress --hot",
"build": "NODE_ENV=production webpack --config build/webpack.config.build.js --colors --profile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jin5354/webgl-playground.git"
},
"author": "jin5354<xiaoyanjinx@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jin5354/webgl-playground/issues"
},
"homepage": "https://github.com/jin5354/webgl-playground#readme",
"devDependencies": {
"@types/qs": "^6.5.1",
"antd": "^3.4.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"node-sass": "^4.14.1",
"postcss-loader": "^2.1.4",
"postcss-px2rem": "^0.3.0",
"qs": "^6.5.2",
"redux": "^4.0.0",
"redux-sessionstorage": "^0.4.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"tslint-config-jin": "^1.0.3",
"typescript": "^2.8.3",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^3.1.3",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"@types/js-cookie": "^2.1.0",
"@types/react": "^16.3.12",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "^5.0.18",
"@types/react-router-dom": "^4.2.6",
"autoprefixer": "^8.3.0",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-preset-env": "^1.6.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"immutability-helper": "^2.6.6",
"js-cookie": "^2.2.0",
"lodash.debounce": "^4.0.8",
"minireset.css": "0.0.3",
"monaco-editor": "^0.12.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"ts-loader": "^4.2.0",
"webpack-cli": "^2.0.15"
}
}