-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 KB
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
57
58
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"type-check": "tsc",
"heroku-postbuild": "npm run build"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"@types/react-datepicker": "^4.3.2",
"@types/react-tabs": "^2.3.3",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"clsx": "^1.1.1",
"framer-motion": "^4.1.17",
"next": "latest",
"next-seo": "^4.24.0",
"react": "^17.0.1",
"react-bootstrap": "^2.0.3",
"react-datepicker": "^4.3.0",
"react-dom": "^17.0.1",
"react-hook-form": "^7.21.0",
"react-intersection-observer": "^8.32.0",
"react-simple-image-slider": "^2.3.0",
"react-tabs": "^3.2.3",
"sass": "^1.34.1",
"styled-jsx": "^4.0.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tailwind": "^0.2.1",
"postcss": "^8.3.1",
"postcss-preset-env": "^6.7.0",
"prettier": "2.3.1",
"tailwindcss": "^2.1.4",
"typescript": "4.0"
},
"license": "MIT"
}