-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
49
50
51
52
53
54
{
"name": "ngahuha-map-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "yarn vitest"
},
"packageManager": "[email protected]",
"dependencies": {
"axios": "^1.4.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"dompurify": "^3.0.5",
"fuse.js": "^6.6.2",
"immer": "^10.0.2",
"js-cookie": "^3.0.5",
"marked": "^7.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"react-toastify": "^9.1.3",
"transformation-matrix": "^2.15.0",
"underscore": "^1.13.6",
"use-immer": "^0.9.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/dompurify": "^3.0.2",
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/underscore": "^1.11.6",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"@vitest/coverage-v8": "^0.34.2",
"autoprefixer": "^10.4.13",
"cypress": "^12.14.0",
"fake-indexeddb": "^4.0.1",
"jsdom": "^22.1.0",
"msw": "^1.2.5",
"postcss": "^8.4.20",
"prettier": "^3.0.2",
"tailwindcss": "^3.2.4",
"typescript": "^5.2.2",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.34.2"
}
}