-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "nitro",
"version": "2.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"clsx": "1.2.1",
"dotenv": "10.0.0",
"dotenv-load": "2.0.1",
"gsap": "3.10.4",
"next": "11.1.4",
"next-compose-plugins": "2.2.1",
"next-env": "1.1.1",
"next-offline": "5.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"use-auth0": "0.5.1"
},
"devDependencies": {
"@types/dotenv": "8.2.0",
"@types/eslint": "7.29.0",
"@types/react-jss": "10.0.0",
"@types/styled-jsx": "2.2.9",
"@types/typescript": "2.0.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"babel-eslint": "10.1.0",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"prettier-eslint": "12.0.0",
"typescript": "4.7.4",
"vercel": "23.1.2",
"webpack": "5.73.0"
},
"scripts": {
"dev": "vercel dev --listen 8080",
"build": "next build",
"start": "next start"
}
}