-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 908 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 908 Bytes
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
{
"name": "yr-gmenu",
"version": "1.0.0",
"description": "",
"scripts": {
"dist": "webpack"
},
"repository": {
"type": "git",
"url": "git@code.aliyun.com:YanRongTech/GMenu.git"
},
"keywords": [
"gmenu",
"menu"
],
"author": "YanRong",
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"react": "^15.6.1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.10.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.3.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.28.4",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"postcss-loader": "^2.0.6",
"style-loader": "^0.18.2",
"webpack": "^2.2.1"
}
}