This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.51 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "vexilla-config-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"static": "node scripts/mock-gh-pages.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1.0",
"@azure/identity": "^1.2.0",
"@azure/storage-blob": "^12.3.0",
"@google-cloud/storage": "^5.7.0",
"@headlessui/vue": "^0.2.0",
"@iconify-icons/entypo": "^1.1.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"@tailwindcss/typography": "^0.3.1",
"@types/file-saver": "^2.0.1",
"@vexilla/client": "^0.0.11",
"autoprefixer": "^9",
"axios": "^0.21.1",
"clipboard-polyfill": "^3.0.2",
"core-js": "^3.6.5",
"file-saver": "^2.0.5",
"firebase": "^8.2.1",
"lodash": "^4.17.20",
"register-service-worker": "^1.7.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"vuex-persistedstate": "^4.0.0-beta.1"
},
"devDependencies": {
"@iconify-icons/ant-design": "^1.0.0",
"@iconify-icons/dashicons": "^1.1.0",
"@iconify/vue": "^2.0.0-rc.2",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.165",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-nightwatch": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"aws-sdk": "^2.804.0",
"chromedriver": "87",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-0",
"fs-extra": "^9.1.0",
"geckodriver": "^1.20.0",
"live-server": "^1.2.1",
"postcss": "^7",
"postcss-nesting": "^7.0.1",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"postcss": "^8.2.1"
}
}