-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix ."
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.1.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/tailwindcss": "^6.10.1",
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"@storefront-ui/typography": "^2.4.0",
"@storefront-ui/vue": "^2.6.0",
"@types/node": "^20.10.4",
"eslint": "^8.56.0",
"nuxt": "^3.8.2",
"prettier": "^3.1.1",
"prettier-eslint": "^16.3.0",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vue": "^3.3.12",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.26"
},
"dependencies": {
"@adyen/adyen-web": "^6.0.1",
"@pinia/nuxt": "^0.5.1",
"axios": "^1.6.6",
"pinia": "^2.1.7"
}
}