-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.85 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
{
"name": "TranquilVue",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@formkit/core": "1.2.1",
"@formkit/pro": "0.117.5",
"@formkit/themes": "1.2.1",
"@formkit/vue": "1.2.1",
"@heroicons/vue": "^2.0.18",
"axios": "^1.6.0",
"d3": "^7.8.4",
"dayjs": "^1.11.9",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"pinia": "^2.0.36",
"posixtz": "^1.0.0",
"uuid": "^9.0.0",
"vue": "3.3.4",
"vue-final-modal": "^4.4.4",
"vue-router": "^4.2.0",
"vue-toast-notification": "^3.1.2",
"vue-virtual-scroll-grid": "^1.10.2",
"vue3-swatches-next": "^1.2.4",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/typography": "^0.5.9",
"@tsconfig/node18": "^18.2.0",
"@types/axios": "^0.14.0",
"@types/d3": "^7.4.0",
"@types/node": "^20.8.8",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.18.1",
"npm-run-all2": "^5.0.0",
"postcss": "^8.4.23",
"prettier": "^3.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.69.5",
"tailwindcss": "^3.3.2",
"typescript": "~5.2.2",
"vite": "^4.4.11",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.8.21"
}
}