-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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
{
"name": "vue-material-components",
"version": "0.0.1",
"description": "Web components of http://materializecss.com/",
"library": "VueMaterialComponents",
"repository": {
"type": "git",
"url": "git+https://github.com/appcomponents/vue-js-materialize-components.git"
},
"scripts": {
"dev": "webpack --watch --colors --progress --config webpack.build.js --env dev",
"dist": "webpack --colors --progress --config webpack.build.js --env dist && minify --output dist/vue-material-components.min.js dist/vue-material-components.js",
"docs": "webpack --colors --progress --config webpack.build.js --env dev"
},
"keywords": [
"material",
"materialize",
"vue-components",
"web-components"
],
"author": {
"name": "Martin Janys",
"email": "martinjanys@gmail.com",
"url": "https://github.com/mjanys"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/appcomponents/vue-js-materialize-components"
},
"peerDependencies": {},
"dependencies": {
"ts-loader": "^0.8.1",
"vue": "^1.0.0",
"vue-router": "^0.7.11",
"vue-class-component": "^3.2.0",
"zepto-component": "^1.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.33",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.3",
"css-loader": "^0.21.0",
"director": "^1.2.8",
"extract-text-webpack-plugin": "^0.8.2",
"highlightjs-loader": "^0.2.3",
"html-loader": "^0.3.0",
"json-loader": "^0.5.4",
"node-sass": "^3.4.1",
"optimist": "^0.6.1",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.12.1",
"minifier": "^0.7.1"
},
"homepage": "appcomponents.org"
}