-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "traq",
"version": "0.0.0",
"scripts": {
"dev": "vite build --watch --mode development",
"build-dev": "vite build --mode development",
"build": "vue-tsc --noEmit && vite build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@headlessui/vue": "^1.6.6",
"alpinejs": "^3.10.3",
"axios": "^0.27.2",
"easymde": "^2.16.1",
"luxon": "^3.0.1",
"marked": "^4.0.18",
"pinia": "^2.0.14",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/alpinejs": "^3.7.0",
"@types/luxon": "^3.3.3",
"@types/node": "^16.11.41",
"@vitejs/plugin-vue": "^3.0.0",
"@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.5.0",
"eslint-plugin-vue": "^9.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-nesting": "^10.1.9",
"prettier": "^2.5.1",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"typescript": "~4.7.4",
"vite": "^3.0.2",
"vue-tsc": "^0.38.4"
}
}