-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
32 lines (32 loc) · 874 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
{
"name": "aya-draglayout",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve --port 8100 --copy",
"build": "vue-cli-service build --dest docs",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"element-ui": "^2.4.8",
"es6-uuid": "^1.0.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^3.0.0",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-e2e-cypress": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-prettier": "^3.0.5",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
},
"author": "RonLi",
"license": "MIT"
}