-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.76 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
{
"name": "sepm-project",
"version": "0.0.0",
"scripts": {
"start": "vite",
"dev": "vite --open",
"build": "vue-tsc --noEmit && vite build",
"deploy": "vue-tsc --noEmit && vite build --base=/sepm-project/ && node utils/publish.js",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"private": true,
"dependencies": {
"@headlessui/vue": "^1.6.4",
"@heroicons/vue": "^1.0.6",
"@vuelidate/core": "^2.0.0-alpha.41",
"@vuelidate/validators": "^2.0.0-alpha.29",
"date-fns": "^2.28.0",
"gh-pages": "^4.0.0",
"jspdf-invoice-template": "^1.4.3",
"jwt-decode": "^3.1.2",
"ky": "^0.30.0",
"pinia": "^2.0.14",
"vue": "^3.2.37",
"vue-currency-input": "^2.5.1",
"vue-router": "^4.0.16",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.3",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.26",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.1",
"jsdom": "^19.0.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.1.3",
"typescript": "^4.7.3",
"unplugin-auto-import": "^0.8.8",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.12",
"vitest": "^0.15.1",
"vue-tsc": "^0.37.9"
}
}