-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.67 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "rm -rf .next/ && next build",
"build-only": "next build",
"start": "next start",
"type-check": "tsc",
"generate": "graphql-codegen --require dotenv/config --config codegen.yml dotenv_config_path=.env.local"
},
"dependencies": {
"@apollo/client": "^3.3.14",
"@draft-js-plugins/editor": "^4.1.0",
"@headlessui/react": "^1.2.0",
"@svgr/webpack": "^5.5.0",
"apollo-upload-client": "^15.0.0",
"classnames": "^2.3.1",
"date-fns": "^2.22.1",
"date-fns-tz": "^1.1.4",
"dateformat": "^4.5.1",
"draft-js": "^0.11.7",
"firebase": "^8.4.2",
"fuse.js": "^6.4.6",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"nanoid": "^3.1.23",
"next": "10.2.1",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.1",
"react-textarea-autosize": "^8.3.3"
},
"devDependencies": {
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/cli": "1.21.3",
"@graphql-codegen/import-types-preset": "^1.18.2",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-operations": "^1.18.0",
"@graphql-codegen/typescript-react-apollo": "2.2.3",
"@types/apollo-upload-client": "^14.1.0",
"@types/dateformat": "^3.0.1",
"@types/draft-js": "^0.11.3",
"@types/lodash": "^4.14.170",
"@types/node": "^12.12.21",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.2.5",
"graphql-codegen-apollo-next-ssr": "^1.6.1",
"postcss": "^8.2.12",
"tailwindcss": "^2.1.2",
"typescript": "4.0"
},
"license": "MIT"
}