forked from GoldWorker/SluckyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.38 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "slucky-doc",
"version": "1.0.0",
"description": "okok",
"main": "test.js",
"dependencies": {
"@babel/polyfill": "^7.7.0",
"antd": "^3.5.2",
"chalk": "^3.0.0",
"core-js": "^3.4.4",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jshint": "^2.9.2",
"moment": "^2.22.1",
"react": "^16.8.4",
"react-cookie": "^1.0.5",
"react-dom": "^16.8.4",
"react-highlight": "^0.12.0",
"react-loadable": "^5.5.0",
"react-markdown": "^3.6.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^1.2.1",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.4",
"autoprefixer": "^8.5.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"browser-sync": "^2.14.0",
"clean-webpack-plugin": "^0.1.19",
"css-hot-loader": "^1.3.9",
"css-loader": "^0.28.11",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-react-app": "^5.0.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-withimg-loader": "^0.1.16",
"image-webpack-loader": "^6.0.0",
"jest": "^24.9.0",
"jimp": "^0.9.3",
"markdown-loader": "^5.1.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.13.0",
"postcss-loader": "^2.1.5",
"prettier": "^1.18.2",
"progress-bar-webpack-plugin": "^1.12.1",
"prop-types": "^15.6.2",
"react-addons-css-transition-group": "^15.6.2",
"react-hot-loader": "^4.1.3",
"redux-logger": "^3.0.6",
"responsive-loader": "^1.1.0",
"sass-loader": "^7.0.1",
"speed-measure-webpack-plugin": "^1.3.1",
"style-loader": "^0.21.0",
"svg-fill-loader": "0.0.8",
"svg-sprite-loader": "^4.1.3",
"svgo": "^1.1.1",
"svgo-loader": "^2.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"unidecode": "^0.1.8",
"url-loader": "^1.0.1",
"webpack": "^4.41.4",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.3.10",
"webpack-dashboard": "^3.2.0",
"webpack-dev-server": "^3.1.4"
},
"author": "flyteng",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"find love"
],
"scripts": {
"dev": "webpack-dev-server --open --mode development --env dev",
"build": "webpack --mode production --env pro",
"buildPro": "webpack-dashboard -- webpack --mode production --env pro"
},
"activationEvents": [
"onCommand:io.orta.jest.start"
]
}