-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 890 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 890 Bytes
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
{
"name": "personal-notes-app",
"homepage": "https://kentandrian.github.io/notes-app-react/",
"version": "0.1.64",
"private": true,
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "vite build",
"dev": "vite",
"serve": "vite preview"
},
"dependencies": {
"auto-bind": "5.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-modal": "3.16.1",
"react-toastify": "10.0.5"
},
"devDependencies": {
"@swc/core": "1.4.17",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.6",
"@testing-library/user-event": "14.5.2",
"@vitejs/plugin-react-swc": "3.6.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"gh-pages": "6.1.1",
"rollup": "4.17.2",
"vite": "5.2.11",
"web-vitals": "3.5.2"
}
}