-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
118 lines (118 loc) · 4 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "vite-extension",
"version": "1.0.0",
"private": true,
"scripts": {
"dev:app": "webpack serve --open webpack --config=build/webpack/dev.ts",
"dev:extension": "webpack --watch --config=build/webpack/common.ts --mode development",
"build": "webpack --config=build/webpack/prod.ts",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/vue": "^1.4.1",
"@popperjs/core": "^2.10.1",
"@tailwindcss/forms": "^0.3.4",
"@types/lodash-es": "^4.17.5",
"@vite/vitejs": "^2.3.14",
"@vite/vitejs-http": "^2.3.14",
"@vite/vitejs-ws": "^2.3.14",
"@vuelidate/core": "^2.0.0-alpha.26",
"@vuelidate/validators": "^2.0.0-alpha.22",
"aes-js": "^3.1.2",
"animate.css": "^4.1.1",
"axios": "^0.23.0",
"bignumber.js": "^9.0.1",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
"feather-icons": "^4.28.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"nanoid": "^3.1.28",
"post-message-stream": "^3.0.0",
"qr-code-styling": "^1.6.0-rc.1",
"qrcanvas-vue": "^3.0.0",
"qrcode.vue": "^3.3.3",
"uuid": "^8.3.2",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.2.14",
"@types/aes-js": "^3.1.1",
"@types/css-minimizer-webpack-plugin": "^3.0.1",
"@types/feather-icons": "^4.7.0",
"@types/jest": "^24.0.19",
"@types/uuid": "^8.3.1",
"@types/webpack-merge": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~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.1.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-0",
"@webpack-cli/serve": "^1.6.0",
"autoprefixer": "^9",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^3.0.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^7.3.0",
"html-webpack-plugin": "^5.1.0",
"less": "^4.1.1",
"less-loader": "^10.0.0",
"lint-staged": "^10.5.3",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.7",
"postcss": "^8.2.1",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"sass-loader": "^8.0.2",
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-order": "^4.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.1.3",
"vue-eslint-parser": "^7.3.0",
"vue-jest": "^5.0.0-0",
"vue-loader": "^16.1.2",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-ext-reloader": "^1.1.8",
"zip-webpack-plugin": "^4.0.1"
}
}