-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 909 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 909 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
36
37
38
39
{
"name": "scamper-next",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-shell": "^2.3.1",
"bootstrap": "^5.3.3",
"dompurify": "^3.2.4",
"magic-snowflakes": "^6.3.0",
"marked": "^15.0.6",
"next": "^14.2.15",
"react": "^18",
"react-bootstrap": "^2.10.5",
"react-dom": "^18",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14.2.15",
"sass": "^1.80.3",
"typescript": "^5"
}
}