-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 746 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
{
"name": "tracking-nib-indonesia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@types/qs": "^6.9.6",
"axios": "^0.21.1",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"framer-motion": "^4",
"https": "^1.0.0",
"next": "11.0.0",
"qs": "^6.10.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-use-disclosure": "^3.2.0"
},
"devDependencies": {
"@types/react": "17.0.11",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"typescript": "4.3.3"
}
}