-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 956 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 956 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
{
"name": "flags",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": ">=7.0.0 <8.0.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.4",
"axios": "^1.4.0",
"lodash.sample": "^4.2.1",
"lodash.samplesize": "^4.2.0",
"next": "^13.3.4",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.1.5",
"webpack": ">=5.9.0 <6.0.0"
},
"devDependencies": {
"@types/lodash.sample": "^4.2.7",
"@types/lodash.samplesize": "^4.2.7",
"@types/node": "^18.16.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/webpack-env": "^1.18.4",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"typescript": "5.0.4"
}
}