-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "aalp",
"type": "module",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/persiansda/aalp"
},
"main": "./nuxt.config.ts",
"scripts": {
"prepare": "nuxi prepare && nuxi prepare",
"dev": "nuxi prepare & nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint ."
},
"dependencies": {
"@nuxt/content": "^2.6.0",
"@nuxtjs/color-mode": "^3.2.0",
"@unocss/nuxt": "^0.51.12",
"@vueuse/nuxt": "^10.1.2",
"aos": "^2.3.4",
"nuxt-icon": "^0.3.3",
"swiper": "^9.2.4",
"unocss": "^0.51.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@iconify-json/tabler": "^1.1.74",
"@iconify-json/uil": "^1.1.4",
"@nuxt/devtools": "^0.4.6",
"@types/prettier": "^2.7.2",
"eslint": "^8.39.0",
"lint-staged": "^13.2.2",
"nuxt": "^3.4.3",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vue": "^3.2.47"
},
"lint-staged": {
"*": "eslint --fix"
}
}