-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.35 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format:check": "prettier -c .",
"format:write": "prettier -w .",
"lint": "next lint",
"cypress:open": "cypress open"
},
"dependencies": {
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hackclub/icons": "^0.0.9",
"@hackclub/theme": "^0.3.3",
"ansi-to-react": "^6.1.6",
"core-js": "^3",
"deepmerge-ts": "^2.0.1",
"formik": "^2.2.9",
"framer-motion": "^7.3.2",
"nanoid": "^4.0.0",
"next": "12",
"nprogress": "^0.2.0",
"prettier": "^2.7.1",
"pretty-bytes": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"swr": "^1.1.2"
},
"devDependencies": {
"@cypress/react": "^5.11.0",
"@cypress/webpack-dev-server": "^1.7.0",
"@types/node": "^17.0.5",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"cypress": "^9.1.0",
"cypress-react-selector": "^2.3.13",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.7",
"html-webpack-plugin": "^5.5.0",
"typescript": "^4.5.2",
"webpack": "^5.65.0",
"webpack-dev-server": "4"
},
"resolutions": {
"source-map-resolve": "^0.6.0",
"core-js": "^3"
}
}