forked from DeCenter-AI/app.decenterai.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package copy PW.json
140 lines (140 loc) · 4.15 KB
/
package copy PW.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "app.decenterai.com",
"version": "0.6.0",
"description": "Decenter AI Official App: www.app.decenterai.com",
"author": "[email protected]",
"license": "MIT",
"private": true,
"prisma": {
"seed": "ts-node --transpile-only prisma/seed.ts"
},
"scripts": {
"prebuild": "npm run prisma:generate",
"build": "next build",
"start": "next start",
"start:dev": "concurrently \"pnpm:dev\" \"pnpm:prisma:generate:watch\"",
"dev": "next dev",
"lint": "next lint",
"lint:ts": "tsc --noEmit",
"lint:eslint": "eslint --fix .",
"run-cid-archived": "ts-node utils/archived/cid.ts",
"run-cid": "ts-node utils/cid.ts",
"run-compute": "ts-node utils/compute.ts",
"clean": "rimraf .next build",
"preprisma:seed": "npm run prisma:generate",
"prisma:seed": "prisma db seed",
"prisma:generate": "prisma generate",
"prisma:generate:watch": "prisma generate --watch",
"test": "jest --passWithNoTests",
"test:watch": "MODE=test jest --watch",
"test:cov": "MODE=test jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "MODE=test jest --config ./test/jest-e2e.json --passWithNoTests",
"test:e2e:watch": "MODE=test jest --watch --no-cache --config ./test/jest-e2e.json",
"style": "prettier -w .",
"prepare": "husky install",
"ngrok": "ngrok http 3000"
},
"dependencies": {
"@jest/globals": "^29.7.0",
"@lighthouse-web3/sdk": "^0.2.8",
"@nextui-org/react": "^2.1.13",
"@particle-network/connectkit": "^2.0.9",
"@prisma/client": "^5.5.2",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"argon2": "^0.31.1",
"autoprefixer": "10.4.15",
"axios": "^1.5.1",
"blob-to-buffer": "^1.2.9",
"chalk": "^5.3.0",
"cid": "github:multiformats/cid",
"cids": "^1.1.9",
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"ethers": "5.7",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.4",
"fs": "0.0.1-security",
"jszip": "^3.10.1",
"lokijs": "^1.5.12",
"moment": "^2.29.4",
"multiformats": "^12.1.2",
"next": "^14.2.15",
"pino-pretty": "^10.2.3",
"postcss": "8.4.29",
"random-avatar-generator": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^6.18.0",
"react-spinners": "^0.13.8",
"save-as": "^0.1.8",
"semver": "^7.5.4",
"sharp": "^0.32.6",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"unique-username-generator": "^1.2.0",
"web3.storage": "^4.5.5",
"viem": "2",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/blob-to-buffer": "^1.2.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.5.5",
"@types/mocha": "^10.0.2",
"@typescript-eslint/eslint-plugin": "5.12.1",
"concurrently": "^8.2.1",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-sonarjs": "0.12.0",
"husky": "^8.0.3",
"is-ipfs": "^8.0.1",
"jest": "^29.7.0",
"lint-staged": "^15.0.2",
"prisma": "^5.5.2",
"react-devtools": "^4.28.4",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"net": false,
"tls": false
},
"engines": {
"node": ">=18.0.0",
"npm": ">=6.0.0",
"pnpm": ">=8.6.6"
},
"repository": {
"type": "git",
"url": "https://github.com/Decenter-AI/app.decenterai.com.git"
},
"bugs": {
"url": "https://github.com/Decenter-AI/app.decenterai.com/issues"
},
"homepage": "https://app.decenterai.com",
"packageManager": "[email protected]",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix"
}
}