-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1020 Bytes
/
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
{
"name": "yx-webthemekit",
"version": "1.0.0",
"description": "YX-WebThemeKit is a tool kit for web common theme.",
"main": "index.js",
"scripts": {
"start": "webpack",
"git-push": "cd ../yx-env && git-push.sh yx-webthemekit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gyx8899/YX-WebThemeKit.git"
},
"keywords": [
"Javascript",
"Web",
"Theme",
"Component",
"Common"
],
"author": "Steper Kuo",
"license": "ISC",
"bugs": {
"url": "https://github.com/gyx8899/YX-WebThemeKit/issues"
},
"homepage": "https://github.com/gyx8899/YX-WebThemeKit#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.7.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-merge": "^4.1.2"
},
"babel": {
"presets": [
"env"
],
"plugins": [
"add-module-exports"
]
},
"dependencies": {}
}