-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.51 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
47
48
49
50
51
52
53
{
"name": "amazon-ad-console",
"version": "3.6.0",
"private": true,
"description": "Amazon PPC Training Simulator — Amazon Ads Console replica for VA training",
"scripts": {
"dev": "next dev",
"postinstall": "prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"astryx": "node node_modules/@astryxdesign/cli/bin/astryx.mjs"
},
"dependencies": {
"@astryxdesign/core": "^0.1.8",
"@astryxdesign/theme-neutral": "^0.1.8",
"@neondatabase/serverless": "^1.1.0",
"@phosphor-icons/react": "^2.1.10",
"@prisma/adapter-neon": "^7.8.0",
"@prisma/client": "^7.8.0",
"bcryptjs": "^3.0.3",
"motion": "^12.42.2",
"next": "^16.0.0",
"next-auth": "^5.0.0-beta.31",
"prisma": "^7.8.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@astryxdesign/cli": "^0.1.8",
"@playwright/test": "^1.61.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitest/coverage-v8": "^4.1.10",
"dotenv": "^17.4.2",
"jsdom": "^29.1.1",
"typescript": "~5.8.0",
"vitest": "^4.1.10"
},
"astryx": {
"theme": "@astryxdesign/theme-neutral"
}
}