-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "system-note-pro",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "npx ionic serve --external",
"build": "tsc && ionic build",
"deploy": "npm run build && npx gh-pages -d dist",
"preview": "vite preview",
"test.e2e": "cypress run",
"test.unit": "vitest",
"lint": "eslint 'src/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@capacitor/app": "6.0.1",
"@capacitor/core": "6.1.2",
"@capacitor/keyboard": "6.0.2",
"@capacitor/status-bar": "6.0.1",
"@ionic/react": "8.3.3",
"@ionic/react-router": "8.3.3",
"@ionic/storage": "^4.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "8.11.0",
"classnames": "^2.5.1",
"emoji-picker-react": "^4.12.0",
"ionicons": "^7.4.0",
"react": "^18.3.1",
"react-calendar": "5.1.0",
"react-dom": "^18.3.1",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.4",
"swiper": "^11.1.15"
},
"devDependencies": {
"@capacitor/cli": "6.1.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.13",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react": "4.3.3",
"cypress": "13.15.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.37.2",
"gh-pages": "^6.3.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"terser": "5.36.0",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^0.34.6"
},
"description": "An Ionic project"
}