-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 987 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
38
39
40
{
"name": "decency_starting-point",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11",
"@emotion/styled": "^11.8.1",
"@hiveio/dhive": "^1.2.0",
"@hiveio/hive-js": "^2.0.4",
"@types/numeral": "^2.0.2",
"axios": "^1.4.0",
"bs58": "^5.0.0",
"formik": "^2.2.9",
"framer-motion": "^6",
"next": "12.1.0",
"numeral": "^2.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-images-uploading": "^3.1.3",
"recoil": "^0.6.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/recoil": "^0.0.9",
"@types/styled-components": "^5.1.23",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}