-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "quiver",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@inkline/inkline": "^3.2.2",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@tsconfig/node18": "^18.2.2",
"@types/d3": "^7.4.2",
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"d3": "^7.8.5",
"eslint": "8.22.0",
"eslint-plugin-vue": "^9.3.0",
"feather-icons": "^4.29.0",
"postcss": "^8.4.31",
"postcss-preset-env": "^7.8.3",
"primeicons": "^6.0.1",
"primevue": "^3.42.0",
"sass": "^1.54.9",
"tailwindcss": "^3.3.3",
"typescript": "~5.2.0",
"vite": "^4.5.3",
"vue-tsc": "^1.8.19"
}
}