-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.93 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
57
58
59
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"type-check": "tsc"
},
"dependencies": {
"@aws-amplify/auth": "^3.4.28",
"@aws-amplify/ui-components": "^1.1.0",
"@aws-amplify/ui-react": "^1.0.5",
"@date-io/core": "^1.3.6",
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.3",
"@stripe/stripe-js": "^1.14.0",
"@types/validatorjs": "^3.15.0",
"aws-amplify": "^3.3.25",
"date-fns": "^2.21.3",
"faker": "^5.5.3",
"moment": "^2.29.1",
"next": "^10.1.0",
"nextjs-progressbar": "^0.0.9",
"query-string": "^6.14.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.32.8",
"validatorjs": "^3.22.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^10.1.3",
"@types/faker": "^5.5.2",
"@types/node": "^12.20.6",
"@types/react": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.24.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"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",
"prettier": "^2.3.0",
"terser-webpack-plugin": "^4.2.3",
"typescript": "4.0",
"undefined": " "
},
"license": "MIT"
}