forked from HomeStandardsProject/home-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.41 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "home-standards-project",
"version": "1.0.0",
"scripts": {
"dev": "next",
"postinstall": "./node_modules/.bin/prisma generate --schema api-functions/datastore/prisma/schema.prisma",
"build": "next build",
"build:graphql": "API_KEY=$(node scripts/loadEnv.js) npx graphql-codegen --config api-functions/cms/codegen.yml && npm run lint:fix",
"postbuild": "next-sitemap",
"start": "next start",
"type": "tsc",
"lint": "./node_modules/.bin/eslint ./",
"lint:fix": "./node_modules/.bin/eslint --fix ./",
"unit": "./node_modules/.bin/jest ./"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.0.0",
"@contentful/rich-text-react-renderer": "^14.1.3",
"@contentful/rich-text-types": "^14.1.2",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@prisma/client": "^2.29.1",
"@react-pdf/renderer": "^1.6.12",
"@types/jest": "^26.0.15",
"@types/uuid": "^8.3.0",
"airtable": "^0.10.1",
"emotion-theming": "^10.0.27",
"express-validator": "^6.6.1",
"framer-motion": "^2.9.4",
"graphql-request": "^3.4.0",
"isomorphic-unfetch": "^3.1.0",
"jest": "^26.6.3",
"next": "^10.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-flip-toolkit": "^7.0.13",
"react-icons": "^4.1.0",
"swr": "^0.3.11",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"unfetch": "^4.2.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/cli": "^1.21.4",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/typescript-operations": "^1.17.16",
"@testing-library/react": "^11.1.2",
"@types/node": "^12.19.4",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"dotenv": "^8.2.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^0.1.3",
"msw": "^0.21.3",
"next-sitemap": "^1.3.22",
"node-mocks-http": "^1.9.0",
"prettier": "^2.1.2",
"prisma": "^2.29.1",
"typescript": "^4.3.5",
"vercel": "^21.0.1"
},
"license": "MIT"
}