-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "locadora",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"server": "json-server server.json -w -d 800 -p 3333"
},
"dependencies": {
"axios": "^0.21.1",
"date-fns": "^2.21.3",
"next": "10.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-lottie": "^1.2.3",
"sass": "^1.32.12"
},
"devDependencies": {
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"json-server": "^0.16.3",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
}
}