-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "shoonya-option-chain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"data:prepare": "rimraf src/data/data.db && tsx src/setupDb.ts"
},
"dependencies": {
"@formkit/auto-animate": "^0.7.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@next/font": "^13.1.6",
"@prisma/client": "^4.12.0",
"@tailwindcss/forms": "^0.5.3",
"better-sqlite3": "^8.2.0",
"jszip": "^3.10.1",
"lodash.startcase": "^4.4.0",
"next": "^13.1.6",
"next-plugin-websocket": "^0.1.2",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/lodash.startcase": "^4.4.7",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/ws": "^8.5.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.7",
"prisma": "^4.12.0",
"rimraf": "^4.4.1",
"tsx": "^3.12.6",
"typescript": "^5.0.3"
},
"prisma": {
"schema": "src/prisma/schema.prisma"
},
"license": "MIT"
}