49 lines
2.1 KiB
JSON
49 lines
2.1 KiB
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.15.9",
|
|
"scripts": {
|
|
"build": "node --import ./scripts/crypto-hash-polyfill.mjs --import ./scripts/with-env.mjs ./node_modules/nuxt/bin/nuxt.mjs build --env-name=production",
|
|
"build:prod": "node --import ./scripts/crypto-hash-polyfill.mjs --import ./scripts/with-env.mjs ./node_modules/nuxt/bin/nuxt.mjs build --env-name=production",
|
|
"build:dev": "node --import ./scripts/crypto-hash-polyfill.mjs --import ./scripts/with-env.mjs ./node_modules/nuxt/bin/nuxt.mjs build --env-name=development",
|
|
"dev": "node --import ./scripts/crypto-hash-polyfill.mjs --import ./scripts/with-env.mjs ./node_modules/nuxt/bin/nuxt.mjs dev --env-name=development",
|
|
"dev:prod": "node --import ./scripts/crypto-hash-polyfill.mjs --import ./scripts/with-env.mjs ./node_modules/nuxt/bin/nuxt.mjs dev --env-name=production",
|
|
"preview:prod": "node --import ./scripts/crypto-hash-polyfill.mjs --import ./scripts/with-env.mjs ./node_modules/nuxt/bin/nuxt.mjs preview --env-name=production",
|
|
"generate": "node --import ./scripts/crypto-hash-polyfill.mjs ./node_modules/nuxt/bin/nuxt.mjs generate",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"preview": "node --import ./scripts/crypto-hash-polyfill.mjs ./node_modules/nuxt/bin/nuxt.mjs preview",
|
|
"postinstall": "node --import ./scripts/crypto-hash-polyfill.mjs ./node_modules/nuxt/bin/nuxt.mjs prepare"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design-vue/nuxt": "^1.4.6",
|
|
"ant-design-vue": "^4.2.6",
|
|
"dayjs": "^1.11.20",
|
|
"nuxt": "^4.2.2",
|
|
"uqr": "^0.1.3",
|
|
"vue": "^3.5.26",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"@oxc-parser/binding-darwin-arm64": "^0.105.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
"@types/node": "^25.0.3",
|
|
"dotenv-cli": "^11.0.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-vue": "^10.6.2",
|
|
"globals": "^16.5.0",
|
|
"typescript-eslint": "^8.50.1"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"esbuild",
|
|
"core-js"
|
|
]
|
|
}
|
|
}
|