You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "Seepy",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": "Kay <git@juke.fr> (https://juke.fr)",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test.e2e": "cypress run",
|
|
"test.unit": "vitest",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/app": "5.0.2",
|
|
"@capacitor/core": "5.0.3",
|
|
"@capacitor/haptics": "5.0.2",
|
|
"@capacitor/keyboard": "5.0.2",
|
|
"@capacitor/status-bar": "5.0.2",
|
|
"@ionic/react": "^7.0.0",
|
|
"@ionic/react-router": "^7.0.0",
|
|
"@ionic/storage": "^3.0.6",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"ionicons": "^7.0.0",
|
|
"moment": "^2.29.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-intl": "^6.4.2",
|
|
"react-router": "^5.3.4",
|
|
"react-router-dom": "^5.3.4",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "5.0.3",
|
|
"@formatjs/intl": "^2.7.2",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/uuid": "^9.0.1",
|
|
"@vitejs/plugin-legacy": "^4.0.2",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"cypress": "^12.7.0",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"jsdom": "^21.1.0",
|
|
"terser": "^5.17.4",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.1.0",
|
|
"vitest": "^0.29.2"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|