This repository was archived by the owner on Feb 3, 2022. It is now read-only.
forked from yelingfeng/material-components
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.78 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
{
"name": "vue-material-components",
"version": "0.3.7",
"description": "Web components of Vue.js and materializecss",
"library": "VueMaterialComponents",
"main": "dist/vue-material-components.js",
"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",
"build": "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",
"vue"
],
"author": {
"name": "Martin Janys",
"email": "[email protected]",
"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-class-component": "^3.2.0",
"velocity-animate": "1.2.3"
},
"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",
"typescript": "^1.8.9"
},
"homepage": "http://appcomponents.org/material-components"
}