-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 966 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": "takeus-mobile",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix",
"prettier": "prettier --single-quote --write './**/*.{ts,tsx,js,css}'",
"prepare": "husky install"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@svgr/webpack": "^5.5.0",
"axios": "^0.24.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-login": "^5.2.2",
"react-query": "^3.27.0"
},
"devDependencies": {
"@types/react": "17.0.25",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.0",
"prettier": "^2.4.1",
"typescript": "4.4.3",
"url-loader": "^4.1.1"
},
"proxy": "https://takeus.shop/"
}