-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 951 Bytes
/
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
{
"name": "rulebox-studio",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.4.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"nuxt": "^3.2.3",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^2.0.16",
"@magic-sdk/admin": "^1.8.0",
"@pinia/nuxt": "^0.4.7",
"axios": "^1.3.4",
"cookie": "^0.5.0",
"faunadb": "^4.8.0",
"jsonwebtoken": "^9.0.0",
"magic-sdk": "^13.6.0",
"moment": "^2.29.4",
"pinia": "^2.0.33",
"unique-names-generator": "^4.7.1"
}
}