-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "hacktoberfest-topic-apply",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}"
},
"dependencies": {
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@octokit/rest": "^18.11.4",
"axios": "^0.22.0",
"framer-motion": "^4",
"human-readable-numbers": "^0.9.5",
"next": "11.1.2",
"react": "17.0.2",
"react-data-table-component": "^7.3.1",
"react-dom": "17.0.2",
"react-github-corner": "^2.5.0",
"styled-components": "^5.3.1",
"use-array": "^1.0.0"
},
"devDependencies": {
"@chakra-ui/icons": "^1.0.15",
"@octokit/types": "^6.31.3",
"@types/react": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}