-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "arsoppgave.frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": "v17.6.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"tauri": "tauri",
"lint": "next lint",
"fmt": "dprint fmt"
},
"dependencies": {
"bootstrap": "5.1.3",
"next": "^12.1.0",
"next-compose-plugins": "^2.2.1",
"next-plugin-preact": "^3.0.6",
"next-pwa": "^5.4.4",
"preact": "^10.6.6",
"preact-render-to-string": "^5.1.20",
"react": "npm:@preact/compat",
"react-bootstrap": "^2.1.2",
"react-dom": "npm:@preact/compat",
"react-redux": "^7.2.6",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"react-thunk": "^1.0.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.5",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"dprint": "^0.22.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}