-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next -p 4000",
"build": "next build",
"start": "next start -p 4000",
"type-check": "tsc",
"generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.2.5",
"classnames": "^2.2.6",
"cloudinary-react": "^1.7.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "3.0.0",
"next": "^10.0.0",
"query-string": "^6.13.8",
"ramda": "^0.27.1",
"react": "^17.0.1",
"react-autosuggest": "^10.0.3",
"react-content-loader": "^5.1.4",
"react-dom": "^17.0.1",
"react-hook-form": "^5.2.0",
"react-mde": "^8.2.0",
"react-modal": "^3.11.2",
"react-select": "^3.1.0",
"showdown": "^1.9.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@graphql-codegen/cli": "^1.19.0",
"@graphql-codegen/typescript": "^1.17.11",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.7",
"@types/classnames": "^2.2.11",
"@types/node": "^12.12.21",
"@types/ramda": "^0.27.34",
"@types/react": "^16.9.16",
"@types/react-autosuggest": "^10.0.1",
"@types/react-dom": "^16.9.4",
"@types/react-select": "^3.0.11",
"@types/showdown": "^1.9.3",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss-flexbugs-fixes": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^1.9.6",
"typescript": "3.7.3"
},
"license": "ISC"
}