-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.51 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
{
"private": true,
"name": "band-idiots-homepage",
"description": "",
"license": "",
"scripts": {
"prebuild": "yarn generate:schema",
"build": "remix build",
"predev": "yarn generate:schema",
"dev": "remix dev",
"postinstall": "remix setup node",
"generate:schema": "graphql-codegen --config idiots-codegen.yml && graphql-codegen --config indistreet-codegen.yml"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@remix-run/react": "^1.6.0",
"@remix-run/serve": "^1.6.0",
"@remix-run/vercel": "^1.6.0",
"date-fns": "^2.27.0",
"framer-motion": "^4",
"graphql": "^16.2.0",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-responsive-carousel": "^3.2.22",
"remix": "^1.6.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/typescript": "^2.4.1",
"@graphql-codegen/typescript-graphql-request": "^4.3.2",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@remix-run/dev": "^1.6.0",
"@remix-run/node": "^1.6.0",
"@types/lodash": "^4.14.178",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"prettier": "^2.5.1",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=16"
},
"sideEffects": false
}