generated from mantinedev/vite-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "rmg-utils",
"private": true,
"version": "1.6.1",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "cp magick.js public/assets/magick.js && cp magick.wasm public/assets/magick.wasm",
"build": "tsc && vite build",
"postbuild": "rm public/assets/magick.js public/assets/magick.wasm",
"preview": "vite preview",
"release": "npx standard-version",
"functions": "npx env-cmd -f ./.env.local netlify functions:serve",
"e2e": "playwright test"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@mantine/core": "^7.0.0",
"@mantine/dropzone": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/notifications": "^7.0.0",
"@netlify/functions": "^2.8.1",
"@sentry/browser": "^7.12.1",
"@tabler/icons-react": "^3.5.0",
"filesize": "^10.0.12",
"konva": "^8.3.14",
"mongodb": "^6.8.0",
"random": "^3.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-konva": "^18.2.3",
"react-router-dom": "^6.3.0",
"tiny-invariant": "^1.2.0",
"use-image": "^1.1.0"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
}
}