main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
902 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "imaps",
|
---|
| 3 | "private": true,
|
---|
| 4 | "version": "0.0.0",
|
---|
| 5 | "type": "module",
|
---|
| 6 | "scripts": {
|
---|
| 7 | "dev": "vite",
|
---|
| 8 | "build": "vite build",
|
---|
| 9 | "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
---|
| 10 | "preview": "vite preview"
|
---|
| 11 | },
|
---|
| 12 | "dependencies": {
|
---|
[0c6b92a] | 13 | "@fontsource/roboto": "^5.1.0",
|
---|
[d565449] | 14 | "axios": "^1.7.7",
|
---|
[0c6b92a] | 15 | "babel": "^6.23.0",
|
---|
[d565449] | 16 | "bootstrap": "^5.3.3",
|
---|
| 17 | "konva": "^9.3.14",
|
---|
[0c6b92a] | 18 | "prop-types": "^15.8.1",
|
---|
[d565449] | 19 | "react": "^18.3.1",
|
---|
| 20 | "react-dom": "^18.3.1",
|
---|
| 21 | "react-router-dom": "^6.26.0",
|
---|
[0c6b92a] | 22 | "react-tiles-dnd": "^0.1.2",
|
---|
| 23 | "sass": "^1.80.4"
|
---|
[d565449] | 24 | },
|
---|
| 25 | "devDependencies": {
|
---|
| 26 | "@types/react": "^18.3.3",
|
---|
| 27 | "@types/react-dom": "^18.3.0",
|
---|
| 28 | "@vitejs/plugin-react": "^4.3.1",
|
---|
| 29 | "eslint": "^8.57.0",
|
---|
| 30 | "eslint-plugin-react": "^7.34.3",
|
---|
| 31 | "eslint-plugin-react-hooks": "^4.6.2",
|
---|
| 32 | "eslint-plugin-react-refresh": "^0.4.7",
|
---|
| 33 | "vite": "^5.3.4"
|
---|
| 34 | }
|
---|
| 35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.