-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
37 lines (37 loc) · 951 Bytes
/
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
{
"name": "autotorio",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.5",
"cookie": "^0.5.0",
"cookies-next": "^2.0.5",
"factorio-blueprint": "^2.6.5",
"factorio-generators": "github:demipixel/factorio-generators",
"next": "^12.1.6",
"next-localization": "^0.12.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"eslint": "^8.18.0",
"eslint-config-next": "^12.1.6"
},
"browserslist": "> 0.25%, not dead"
}