-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "where-we-go",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.178",
"@types/recoil": "^0.0.9",
"axios": "^0.24.0",
"framer-motion": "^5.4.3",
"lodash": "^4.17.21",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"recoil": "^0.5.2",
"swr": "^1.1.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@types/gtag.js": "^0.0.8",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"cypress": "^9.1.1",
"eslint": "^8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin": "^1.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.3"
}
}