-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
111 lines (111 loc) · 3.33 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
110
111
{
"name": "@dx-groups/athena",
"version": "2.1.7",
"description": "基于 webpack 的应用开发工具,添加灵活的配置选项及周边支持",
"bin": {
"athena": "./bin/athena.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf lib && babel src --out-dir lib",
"pub": "npm publish --access public --registry=https://registry.npmjs.org",
"lint": "eslint src",
"lint-fix": "eslint --fix src bin",
"validate": "npm ls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dx-groups/athena.git"
},
"keywords": [
"athena",
"webpack",
"react"
],
"authors": [
"alcat2008 <[email protected]> (https://github.com/alcat2008)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/dx-groups/athena/issues"
},
"homepage": "https://github.com/dx-groups/athena#readme",
"dependencies": {
"@babel/cli": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-transform-runtime": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"@babel/preset-react": "^7.0.0-beta.49",
"@babel/preset-stage-0": "^7.0.0-beta.49",
"@babel/runtime": "^7.0.0-beta.49",
"add-asset-html-webpack-plugin": "^3.0.0-0",
"autoprefixer": "8.5.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.3",
"babel-loader": "^8.0.0-beta.3",
"babel-preset-env": "^1.7.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "0.28.4",
"dotenv": "5.0.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "4.19.1",
"eslint-loader": "2.0.0",
"file-loader": "1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "5.0.0",
"glob": "7.1.2",
"happypack": "^5.0.0-beta.4",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.17.3",
"jest": "20.0.4",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"node-notifier": "^5.2.1",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "4.0.1",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.5",
"preload-webpack-plugin": "^3.0.0-alpha.3",
"prepack-webpack-plugin": "^1.1.1",
"promise": "8.0.1",
"react-dev-utils": "^5.0.1",
"react-hot-loader": "^4.3.0",
"script-ext-html-webpack-plugin": "^2.0.1",
"style-loader": "0.21.0",
"stylelint": "^8.3.1",
"stylelint-webpack-plugin": "^0.10.5",
"sw-register-webpack-plugin": "^1.0.21",
"thread-loader": "1.1.5",
"uglifyjs-webpack-plugin": "1.2.5",
"update-notifier": "^2.5.0",
"url-loader": "1.0.1",
"webpack": "4.8.3",
"webpack-api-mocker": "^1.5.2",
"webpack-bundle-analyzer": "2.13.1",
"webpack-dev-server": "3.1.4",
"webpack-jarvis": "^0.2.2",
"webpack-manifest-plugin": "2.0.3",
"webpack-merge": "^4.1.2",
"workbox-webpack-plugin": "^3.2.0"
},
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"precommit-hook-eslint": "^3.0.0",
"rimraf": "^2.6.2",
"stylelint-config-standard": "^18.0.0"
},
"files": [
"bin",
"lib",
"logo.png"
],
"pre-commit": [
"lint"
]
}