-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·91 lines (91 loc) · 3.16 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "low-poly-image-generator",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/runtime-corejs2": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.11.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^5.1.1",
"core-js": "2",
"css-loader": "^2.1.1",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imagemin": "^6.1.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"img-loader": "^3.0.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"preload-webpack-plugin": "^3.0.0-beta.3",
"prerender-spa-plugin": "^3.4.0",
"speed-measure-webpack-plugin": "^1.3.1",
"style-loader": "^0.23.1",
"thread-loader": "^2.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"workbox-webpack-plugin": "^4.3.1"
},
"scripts": {
"start": "webpack-dev-server --config ./config/webpack.dev.js",
"dev": "webpack-dev-server --config ./config/webpack.dev.js",
"build": "webpack --config ./config/webpack.prod.js "
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"antd": "^3.15.1",
"better-scroll": "^1.15.2",
"delaunator": "^4.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-beautiful-dnd": "^12.2.0",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.4",
"react-lazy-load": "^3.0.13",
"react-lazyload": "^2.5.0",
"react-lazyload-fadein": "^1.1.0",
"react-loadable": "^5.5.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scroll": "^1.7.11",
"react-virtualized": "^9.21.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.1",
"redux-thunk": "^2.3.0",
"sobel": "^0.0.11",
"styled-components": "^4.3.2"
},
"theme": {
"brand-primary": "red",
"color-text-base": "#333"
}
}