-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "defrag98",
"private": true,
"version": "0.98",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"build:zip": "rm -r dist defrag98.zip; npm run build && zip -r defrag98.zip dist/",
"test": "vitest"
},
"dependencies": {
"98.css": "^0.1.18",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash": "^4.14.186",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react-swc": "^3.0.1",
"jsdom": "^20.0.3",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vite": "^4.0.2",
"vitest": "^0.25.8"
}
}