-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1007 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": "v-plugs-ayu",
"version": "0.4.4",
"description": "基于Vue.js的组件库",
"keyword": "v-plugs-ayu ayu v-plugs",
"private": false,
"main": "lib/ayu.umd.min.js",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name ayu --dest lib packages/index.js",
"lint": "vue-cli-service lint"
},
"homepage": "https://github.com/yuang01/v-plugs-ayu/tree/dev",
"dependencies": {
"async-validator": "^3.0.3",
"markdown-it": "^8.4.2",
"markdown-it-container": "^2.0.0",
"vue": "^2.5.17",
"vue-markdown-loader": "^2.4.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-prettier": "^3.0.3",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}