-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "vuejs-alert",
"version": "1.1.8",
"description": "A more beautiful alert component for mobile webapp, by vue.js",
"main": "dist/vuejs-alert.min.js",
"scripts": {
"dev": "webpack-dev-server --config ./webpack.dev.config.js",
"start": "npm run dev",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --display-error-details --config webpack.build.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fjj19951017/vuejs-alert.git"
},
"keywords": [
"alert",
"vue"
],
"author": "fjj",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.7",
"es6-promise": "^4.1.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"vue": "^2.5.9",
"vue-hot-reload-api": "^2.2.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.5.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.9",
"vuex": "^3.0.1",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
}
}