79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build-with-typecheck": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"prepare": "cypress install",
|
|
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "eslint . --fix --cache",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^14.1.2",
|
|
"@chainsafe/libp2p-noise": "^16.1.5",
|
|
"@chainsafe/libp2p-yamux": "^7.0.4",
|
|
"@helia/unixfs": "^4.0.0",
|
|
"@libp2p/identify": "^3.0.39",
|
|
"@libp2p/websockets": "^9.2.19",
|
|
"@multiformats/multiaddr": "^12.5.1",
|
|
"@orbitdb/core": "^2.5.0",
|
|
"buffer": "^6.0.3",
|
|
"dompurify": "^3.2.3",
|
|
"events": "^3.3.0",
|
|
"gray-matter": "^4.0.3",
|
|
"helia": "^5.5.1",
|
|
"libp2p": "^2.10.0",
|
|
"markdown-it": "^14.1.0",
|
|
"pinia": "^3.0.3",
|
|
"process": "^0.11.10",
|
|
"stream-browserify": "^3.0.0",
|
|
"util": "^0.12.5",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^1.0.3",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.18.11",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitest/eslint-plugin": "^1.3.23",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"autoprefixer": "^10.4.22",
|
|
"cypress": "^15.5.0",
|
|
"eslint": "^9.37.0",
|
|
"eslint-plugin-cypress": "^5.2.0",
|
|
"eslint-plugin-vue": "~10.5.0",
|
|
"jiti": "^2.6.1",
|
|
"jsdom": "^27.0.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "3.6.2",
|
|
"start-server-and-test": "^2.1.2",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^7.1.11",
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
"vitest": "^3.2.4",
|
|
"vue-tsc": "^3.1.1"
|
|
}
|
|
}
|