-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "@classement-des-associations/website-theme",
"type": "module",
"version": "0.10.6",
"main": "./nuxt.config.ts",
"files": [
"assets",
"components/",
"composables/",
"layouts/",
"pages/",
"plugins/",
"server/",
"types/",
"app.vue",
"app.config.ts",
"nuxt.config.ts",
"tailwind.config.js"
],
"scripts": {
"dev": "nuxi prepare & nuxi dev .playground",
"build": "nuxi build .playground",
"generate": "nuxi generate .playground",
"preview": "nuxi preview .playground",
"lint": "nuxi prepare & nuxi prepare .playground && eslint .",
"ci:publish": "zx scripts/publish.mjs",
"release": "bumpp --push --tag --commit"
},
"devDependencies": {
"@nuxt/devtools": "^0.5.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"typescript": "^5.0.0",
"zx": "^7.2.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@nuxt/content": "^2.6.0",
"@nuxtjs/fontaine": "^0.2.5",
"@nuxtjs/tailwindcss": "^6.7.0",
"@parcel/watcher": "^2.1.0",
"@tailwindcss/typography": "^0.5.9",
"nuxt": "^3.5.2",
"nuxt-icon": "^0.4.0",
"nuxt-seo-kit": "^1.3.8",
"tailwindcss-border-gradient-radius": "^3.0.1"
},
"packageManager": "[email protected]"
}