-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "vue-lte-ui",
"version": "0.3.1",
"description": "The vue components wrapper for AdminLTE UI.",
"main": "lib/vue-lte-ui.js",
"scripts": {
"cleanlib": "node build/cleanlib.js",
"dev": "webpack-dev-server --config build/webpack.dev.conf.js --open --hot",
"build": "webpack --config build/webpack.prod.conf.js",
"lib": "npm run cleanlib && webpack --config build/webpack.lib.conf.js",
"docs": "gulp4 docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HstarComponents/vue-lte-ui.git"
},
"keywords": [
"Admin",
"AdminLTE",
"Vue",
"Vue2",
"Components"
],
"author": "Jay.M.Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/HstarComponents/vue-lte-ui/issues"
},
"homepage": "https://github.com/HstarComponents/vue-lte-ui#readme",
"devDependencies": {
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-latest": "^6.24.1",
"css-loader": "^0.28.4",
"gulp4": "^4.0.2",
"lodash": "^4.17.4",
"loglevel": "^1.4.1",
"shelljs": "^0.7.8",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue": "^2.4.2",
"vue-loader": "^12.2.2",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.6.0",
"webpack-merge": "^4.1.0"
}
}