-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 994 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
35
36
{
"name": "blocks",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:lib": "./node_modules/.bin/vue-cli-service build --target lib --name lib 'src/lib/index.js'",
"lint": "vue-cli-service lint"
},
"dependencies": {
"ant-design-vue": "^1.6.4",
"core-js": "^3.3.2",
"js-beautify": "^1.11.0",
"prismjs": "^1.20.0",
"shortid": "^2.2.15",
"vue": "^2.6.10",
"vue-color": "^2.7.1",
"vue-router": "^3.1.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"prettier": "^1.18.2",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"vue-template-compiler": "^2.6.10"
}
}