-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "ampshare-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/uuid": "^10.0.0",
"bcryptjs": "^3.0.3",
"jsonwebtoken": "^9.0.3",
"next": "^14.2.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sqlite": "^5.1.1",
"sqlite3": "^6.0.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.5.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.27",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.0-beta.3",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.1",
"typescript": "^5.8.3"
}
}