-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "nuxt prepare",
"lint": "eslint .",
"pages:build": "cross-env NODE_ENV=production NITRO_PRESET=cloudflare_pages nuxt build --standalone",
"pages:dev": "wrangler pages dev ./dist --port 3000"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@lukso/up-provider": "^0.3.1",
"@lukso/web-components": "^1.104.0",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-testing-library": "7.1.1",
"eslint-plugin-vue": "9.32.0",
"globals": "^15.14.0",
"nuxt": "^3.15.1",
"nuxt-graphql-client": "^0.2.43",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "1.71.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"web3": "^4.16.0",
"wrangler": "^3.100.0"
},
"packageManager": "[email protected]"
}