-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"server": "php -S localhost:8080 -t 'php'"
},
"dependencies": {
"@chakra-ui/react": "^1.6.0",
"@chakra-ui/theme-tools": "^1.1.6",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@reduxjs/toolkit": "^1.5.1",
"framer-motion": "^4.1.11",
"next": "^10.2.0",
"node-fetch": "^2.6.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-redux": "^7.2.4"
},
"devDependencies": {
"@testing-library/dom": "^7.30.4",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.1.2",
"prettier": "^2.2.1",
"typescript": "^4.1.0"
},
"license": "MIT"
}