forked from neeia/ak-roster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.79 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
{
"name": "ak-roster-next",
"version": "2.6.12",
"private": true,
"scripts": {
"start": "start http://localhost:3000/ & next dev",
"next:build": "next build",
"next:start": "next start",
"lint": "next lint",
"server": "yarn next:build && NODE_ENV=production node server.js",
"update:operators": "git submodule update --remote && node ./scripts/operators.mjs",
"update:images": "node ./scripts/images.mjs",
"update:skins": "node ./scripts/skins.mjs",
"update:items": "node ./scripts/items.mjs",
"update:recruit": "node ./scripts/recruit.mjs"
},
"dependencies": {
"@arkntools/depot-recognition": "^1.6.1",
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/nextjs": "^7.40.0",
"@vercel/analytics": "^0.1.4",
"comlink": "^4.4.1",
"firebase": "^9.9.1",
"js-combinatorics": "^2.1.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"next": "12.2.2",
"puppeteer": "^19.7.2",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "18.2.0",
"react-window": "^1.8.8",
"redux-persist": "^6.0.0",
"sharp": "^0.30.7",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "18.0.5",
"@types/react": "18.0.15",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "18.0.6",
"@types/react-window": "^1.8.5",
"@types/sprintf-js": "^1.1.2",
"axios": "^1.3.4",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"express": "^4.18.1",
"next-offline": "^5.0.5",
"typescript": "4.7.4"
}
}