-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "notemapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"browser-fs-access": "0.31.1",
"dompurify": "^2.4.1",
"idb": "7.1.1",
"idb-keyval": "6.2.0",
"marked": "^4.2.3",
"ol": "7.1.0",
"ol-ext": "4.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.3"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@types/dompurify": "^2.4.0",
"@types/marked": "^4.0.7",
"@types/google-one-tap": "1.2.2",
"@types/google.accounts": "0.0.2",
"@types/node": "18.11.9",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.0.7",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/wicg-file-system-access": "2020.9.5",
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "10.4.13",
"postcss": "8.4.19",
"tailwindcss": "3.2.4",
"typescript": "4.6.4",
"vite": "3.2.3"
}
}