forked from javaLuo/vue-puzzle-vcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.95 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
{
"name": "vue-puzzle-vcode",
"version": "1.1.3",
"description": "vue 滑动拼图验证码",
"main": "dist/main.js",
"files": [
"dist/"
],
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.config.js --port 8081",
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/javaLuo/vue-puzzle-vcode.git"
},
"keywords": [
"vue",
"puzzle",
"vcode"
],
"author": "L",
"license": "ISC",
"bugs": {
"url": "https://github.com/javaLuo/vue-puzzle-vcode/issues"
},
"homepage": "https://github.com/javaLuo/vue-puzzle-vcode#readme",
"dependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.9.6",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-vue-app": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"less": "^3.11.1",
"less-loader": "^6.0.0",
"postcss-loader": "^3.0.0",
"style-loader": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "3.10.3"
},
"browserslist": [
"iOS >= 8",
"Android > 4.1",
"last 1 versions",
"> 1%",
"not dead"
]
}