forked from h3ciot/alpha-scripts
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.24 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.24 KB
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
{
"name": "alpha-scripts",
"version": "2.0.0-beta",
"description": "Configuration and scripts using webpack, mainly refers to react-scripts.",
"main": "index.js",
"author": "yoranfu",
"repository": {
"type": "git",
"url": "https://github.com/yoranfu/alpha-scripts"
},
"license": "MIT",
"engines": {
"node": ">=6"
},
"bin": {
"alpha-scripts": "./bin/alpha-scripts.js"
},
"dependencies": {
"@babel/core": "7.4.3",
"@svgr/webpack": "4.1.0",
"alpha-utils": "^1.1.0",
"babel-eslint": "10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-preset-react-app": "^9.0.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"chalk": "2.4.2",
"css-loader": "2.1.1",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.1",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "^1.5.0",
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"happypack": "^5.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "4.0.0-beta.5",
"jest": "24.7.1",
"less": "3.9.0",
"less-loader": "5.0.0",
"mini-css-extract-plugin": "0.5.0",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "7.0.1",
"postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1",
"progress-bar-webpack-plugin": "^1.12.1",
"promise": "8.0.3",
"raf": "3.4.1",
"react-dev-utils": "^9.0.1",
"resolve": "1.10.0",
"style-loader": "0.23.1",
"sw-precache-webpack-plugin": "^0.11.5",
"terser-webpack-plugin": "1.3.0",
"url-loader": "1.1.2",
"webpack": "4.35.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "3.2.1",
"webpack-manifest-plugin": "2.0.4",
"webpack-merge": "^4.2.1",
"whatwg-fetch": "3.0.0"
},
"devDependencies": {},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
]
}