-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 882 Bytes
/
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
{
"name": "vue-jigsaw-verification",
"version": "0.1.11",
"private": false,
"description": "基于vue的拼图验证组件",
"author": "zdd2018",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name vueJigsawVerification --dest lib packages/index.js"
},
"main": "lib/vueJigsawVerification.umd.min.js",
"dependencies": {
"core-js": "^3.4.4",
"vue": "^2.6.10"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-plugin-component": "^1.1.1",
"node-sass": "^4.9.2",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"keywords": [
"vue",
"vuejs",
"jigsaw",
"verification",
"component"
]
}