-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.07 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"newbuild": "next build && next export",
"start": "next start",
"type-check": "tsc",
"export": "next export -o outdir"
},
"dependencies": {
"@apollo/client": "^3.3.4",
"@apollo/react-hooks": "^4.0.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@types/classnames": "^2.2.11",
"@types/react-router-dom": "^5.1.6",
"@types/recompose": "^0.30.7",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"apollo": "^2.31.2",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"babel-plugin-styled-components": "^1.12.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"graphql": "^15.4.0",
"graphql-let": "^0.16.3",
"isomorphic-unfetch": "^3.1.0",
"next": "latest",
"next-babel-minify": "^1.0.0",
"next-fonts": "^1.5.1",
"next-purgecss": "^4.0.0",
"next-transpile-modules": "^6.0.0",
"next-with-apollo": "^5.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"prop-types": "^15.7.2",
"query-string": "^6.13.7",
"react": "^16.12.0",
"react-apollo": "^3.1.5",
"react-dom": "^16.12.0",
"react-ga": "^3.3.0",
"react-query": "^3.4.0",
"react-router-dom": "^5.2.0",
"recompose": "^0.30.0",
"use-debounce": "^5.1.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"autoprefixer": "^10.0.4",
"postcss": "^8.1.14",
"postcss-cli": "^8.3.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.0.2",
"typescript": "4.0"
},
"license": "MIT"
}