-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 926 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
{
"name": "mngo-quiz",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "concurrently \"npx tailwindcss -i ./src/tailwind.css -c ./tailwind.config.cjs -o ./src/index.css --watch\" \"vite --host\"",
"build": "npx tailwindcss -i ./src/tailwind.css -c ./tailwind.config.cjs -o ./src/index.css --minify && tsc && vite build"
},
"dependencies": {
"mngo-project-tools": "1.3.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-annotate-mngo": "^0.8.72",
"react-router-dom": "6.19.0"
},
"devDependencies": {
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.2.0",
"concurrently": "8.2.2",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"vite": "5.0.0"
}
}