-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.85 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
{
"name": "moeui",
"version": "0.0.1",
"description": "UI components Library with Vue.js (Moe is Justice!!!)",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 23333 --config build/webpack.dev.conf.js",
"build": "rm -rf ./dist && cross-env NODE_ENV=production webpack --config build/webpack.pro.conf.js --progress --hide-modules",
"build-doc": "rm -rf ./dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.conf.js --progress --hide-modules"
},
"keywords": [
"moeui",
"vue",
"vuejs",
"components"
],
"author": "Misic",
"license": "MIT",
"peerDependencies": {
"vue": "^2.4.1"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.11.6",
"cross-env": "^3.2.4",
"css-loader": "^0.23.1",
"eslint": "^3.19.0",
"eslint-plugin-html": "^1.7.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"happypack": "^4.0.0-beta.1",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^2.29.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.9",
"vue": "^2.4.1",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.3.4",
"vue-router": "^2.7.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.4.1",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.5.1",
"webpack-merge": "^3.0.0"
},
"dependencies": {
"svg.js": "^2.6.3"
}
}