-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "ffxiv-trial-tracker",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0",
"brushstroke": "github:lmgonzalves/brushstroke",
"bulma": "^0.9.4",
"localforage": "^1.10.0",
"pinia": "^2.0.14",
"vue": "^3.2.25",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^1.4.0",
"@types/lodash.pick": "^4.4.7",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.1",
"prettier": "^2.6.2",
"pug": "^3.0.2",
"sass": "^1.52.1",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"vue-eslint-parser": "^9.0.2",
"vue-pug-plugin": "^2.0.0",
"vue-tsc": "^0.35.2"
}
}