-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.26 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
{
"name": "vuesurvey",
"version": "0.1.0",
"private": true,
"description": "Vue Survey",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@aws-amplify/datastore": "^3.3.0",
"@aws-amplify/ui-components": "^1.7.1",
"@ditdot-dev/vue-flow-form": "^2.1.0",
"aws-amplify": "^4.2.2",
"aws-appsync": "^4.1.1",
"bootstrap": "^5.1.0",
"bootstrap-vue": "^2.21.2",
"pretty-ms": "^7.0.1",
"vue": "^3.1.5",
"vue-router": "^4.0.10",
"vue3-vuetable": "^3.0.1"
},
"devDependencies": {
"@vue/cli-service": "4.5.13",
"@vue/compiler-sfc": "^3.2.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.15.1",
"vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"rules": {},
"root": true,
"parserOptions": {
"parser": "babel-eslint"
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"env": {
"node": true
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"keywords": [
"vue",
"vuejs"
]
}