-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"test": "vitest",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint . --ext .ts,.vue",
"format-check": "npx prettier --check ./",
"format-write": "npx prettier --write ./"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@pinia/nuxt": "^0.3.0",
"@types/crypto-js": "^4.1.1",
"autoprefixer": "^10.4.7",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "3.0.0-rc.5",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vitest": "^0.18.1"
},
"dependencies": {
"@formkit/nuxt": "^1.0.0-beta.9",
"crypto-js": "^4.1.1",
"firebase": "^9.9.1",
"firebase-admin": "^11.0.0",
"pinia": "^2.0.16",
"typescript": "^4.7.4"
}
}