-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.31 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
{
"name": "spa-modal",
"version": "1.0.0",
"description": "vue modal",
"main": "src/index.js",
"scripts": {
"build": "rimraf dist && webpack --config webpack.build.config.js --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cjd6568358/spa-modal.git"
},
"author": "cjd6568358",
"license": "ISC",
"bugs": {
"url": "https://github.com/cjd6568358/spa-modal/issues"
},
"homepage": "https://github.com/cjd6568358/spa-modal#readme",
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"babel-core": "^6.26.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"node-sass": "^4.8.3",
"postcss-pxtorem": "^4.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6"
}
}