-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"gen": "graphql-codegen --config codegen.yml"
},
"devDependencies": {
"@graphql-codegen/cli": "1.20.1",
"@graphql-codegen/typescript": "1.20.2",
"@graphql-codegen/typescript-operations": "1.17.14",
"@graphql-codegen/typescript-react-apollo": "2.2.1",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-react-refresh": "^2.3.9",
"@snowpack/plugin-typescript": "^1.1.1",
"@types/graphql": "^14.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.7",
"@types/snowpack-env": "^2.3.3",
"snowpack": "^2.18.4",
"typescript": "^4.1.3"
},
"dependencies": {
"@apollo/client": "^3.3.7",
"@chakra-ui/icons": "^1.0.2",
"@chakra-ui/react": "^1.1.1",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"formik": "^2.2.6",
"framer-motion": "^3.1.4",
"graphql": "^15.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.2",
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0",
"yup": "^0.32.8"
}
}