This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
163 lines (163 loc) · 4.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "vue-mdc",
"version": "0.0.10",
"description": "Material Components Web for Vue.js",
"author": "Eduardo San Martin Morote <[email protected]>",
"main": "dist/vue-mdc.common.js",
"module": "dist/vue-mdc.esm.js",
"browser": "dist/vue-mdc.js",
"unpkg": "dist/vue-mdc.js",
"style": "dist/vue-mdc.css",
"files": [
"dist",
"src"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "yon run build:browser && yon run build:browser:min && yon run build:esm",
"build:esm": "cross-env NODE_ENV=esm node build/build.js",
"build:browser:base": "webpack --config build/webpack.config.browser.js --progress --hide-modules",
"build:browser": "cross-env NODE_ENV=browser yon run build:browser:base",
"build:browser:min": "cross-env NODE_ENV=production yon build:browser:base -- -p",
"build:dll": "webpack --progress --config build/webpack.config.dll.js",
"lint": "eslint --ext js --ext jsx --ext vue src test/**/*.spec.js test/*.js build",
"lint:fix": "yon run lint:js -- --fix",
"lint:staged": "lint-staged",
"pretest": "true || yon run lint",
"test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run",
"dev": "webpack-dashboard -- webpack-dev-server --config build/webpack.config.dev.js --open",
"dev:coverage": "cross-env BABEL_ENV=test karma start test/karma.conf.js",
"prepublish": "! in-publish || yon run build"
},
"lint-staged": {
"*.{vue,jsx,js}": [
"true || eslint --fix"
]
},
"pre-commit": "lint:staged",
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.1.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.6.0",
"camelcase": "^4.1.0",
"chai": ">= 3.5.0 && < 4.0.0",
"chai-dom": "^1.5.0",
"codacy-coverage": "^2.0.3",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^4.8.0",
"eslint-config-posva": "^1.3.1",
"extract-text-webpack-plugin": "^3.0.0",
"function-bind": "^1.1.1",
"html-webpack-plugin": "^2.30.1",
"in-publish": "^2.0.0",
"karma": "^1.7.1",
"karma-chai-dom": "^1.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"lint-staged": "^6.0.0",
"material-components-web": "^0.24.0",
"mocha": "^3.5.3",
"mocha-css": "^1.0.1",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"rollup": "^0.52.0",
"rollup-plugin-buble": "^0.18.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-scss": "^0.4.0",
"rollup-plugin-vue": "^3.0.0",
"sass-loader": "^6.0.6",
"sinon": "^4.0.0",
"sinon-chai": "^2.14.0",
"style-loader": "^0.19.0",
"uglify-js": "^3.1.3",
"uppercamelcase": "^3.0.0",
"vue": "^2.4.4",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dashboard": "^1.0.0-5",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0",
"yarn-or-npm": "^2.0.4"
},
"dllPlugin": {
"name": "visualTestingDeps",
"include": [
"mocha/mocha.js",
"style-loader!css-loader!mocha-css",
"html-entities",
"vue/dist/vue.js",
"chai",
"chai-dom",
"sinon",
"sinon-chai",
"diff",
"core-js/library",
"url",
"sockjs-client",
"vue-style-loader/lib/addStylesClient.js",
"events",
"ansi-html",
"text-encoding"
]
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 versions",
"ie >= 11"
]
}
}
]
],
"plugins": [
"transform-vue-jsx",
"transform-object-rest-spread"
],
"env": {
"test": {
"plugins": [
"istanbul"
]
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/posva/vue-mdc.git"
},
"bugs": {
"url": "https://github.com/posva/vue-mdc/issues"
},
"homepage": "https://github.com/posva/vue-mdc#readme",
"license": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"dependencies": {
"decamelize": "^1.2.0"
}
}