-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 958 Bytes
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
{
"name": "noosphere-architect",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc --noEmit",
"test": "vitest run --reporter=verbose",
"test:e2e": "playwright test"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"crypto-js": "^4.2.0",
"jszip": "^3.10.1",
"marked": "^15.0.12",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"fake-indexeddb": "^6.0.0",
"jsdom": "^26.0.0",
"typescript": "~5.8.2",
"vite": "^6.4.2",
"vitest": "^3.0.7"
}
}