-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
{
"name": "dummydb",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@svgr/webpack": "^6.5.1",
"@types/bcrypt": "^5.0.0",
"@types/cuid": "^2.0.1",
"@types/hat": "^0.0.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.3.0",
"cuid": "^2.1.8",
"eslint-config-next": "^13.0.7",
"framer-motion": "^7.10.2",
"fuse.js": "^6.6.2",
"hat": "^0.0.3",
"jsonwebtoken": "^8.5.1",
"next": "13.0.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-string-replace": "^1.1.0",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.2.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint": "7.32.0",
"typescript": "^4.5.3"
}
}