-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
51
52
53
54
{
"name": "antares-website",
"description": "Antares Website.",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/antares-sql/antares-website.git"
},
"author": "Fabio Di Stasio",
"license": "MIT",
"bugs": {
"url": "https://github.com/antares-sql/antares-website/issues"
},
"homepage": "https://github.com/antares-sql/antares-website#readme",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt/content": "~2.2.2",
"@nuxtjs/eslint-config-typescript": "~10.0.0",
"@nuxtjs/tailwindcss": "~6.1.3",
"@tailwindcss/typography": "~0.5.3",
"@types/aos": "~3.0.4",
"@typescript-eslint/eslint-plugin": "~5.30.5",
"@typescript-eslint/parser": "~5.30.5",
"@vueuse/core": "~8.9.4",
"@vueuse/nuxt": "~8.9.4",
"autoprefixer": "~10.4.7",
"eslint": "~8.19.0",
"eslint-plugin-tailwindcss": "~3.6.0",
"eslint-plugin-vue": "~9.2.0",
"nuxt": "~3.0.0",
"postcss": "~8.4.14",
"sass": "~1.53.0",
"sitemap": "~7.1.1",
"tailwindcss": "~3.1.5",
"typescript": "~4.7.4",
"vite-plugin-eslint": "1.6.1",
"vue-tabler-icons": "~2.21.0"
},
"postcss": {
"plugins": {
"autoprefixer": {},
"tailwindcss": {}
}
},
"dependencies": {
"aos": "~2.3.4",
"vue-github-button": "~3.0.3"
}
}