This repository was archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.81 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.81 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "app-frontend",
"version": "1.0.0",
"description": "Biergit app frontend",
"scripts": {
"dev": "next",
"build": "next build",
"start": "cross-env NODE_ENV=production node ./src/server.js",
"type-check": "tsc"
},
"repository": "https://github.com/biergit-ch/app-frontend",
"author": "biergit",
"license": "MIT",
"private": false,
"dependencies": {
"@material-ui/core": "next",
"@material-ui/icons": "next",
"@material-ui/styles": "next",
"@zeit/next-typescript": "~1.1.1",
"apollo-boost": "^0.3.1",
"auth0-js": "latest",
"autobind-decorator": "~2.4.0",
"babel-plugin-styled-components": "~1.10.0",
"cross-env": "^5.2.0",
"dotenv": "^8.0.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"passport": "^0.4.0",
"passport-auth0": "^1.1.0",
"graphql": "^14.2.1",
"isomorphic-unfetch": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jss": "next",
"next": "8.0.4",
"next-images": "~1.1.1",
"next-with-apollo": "^3.4.0",
"prop-types": "~15.7.2",
"react": "latest",
"react-apollo": "^2.5.3",
"react-dom": "latest",
"styled-components": "~4.2.0",
"styled-jsx": "~3.2.1",
"uid-safe": "^2.1.5"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "~7.4.0",
"@types/auth0-js": "~8.11.11",
"@types/dotenv": "~6.1.1",
"@types/material-ui": "~0.21.6",
"@types/next": "~8.0.3",
"@types/react": "~16.8.10",
"@types/react-dom": "~16.8.3",
"@types/styled-components": "~4.1.12",
"@types/styled-jsx": "~2.2.7",
"@types/webpack": "~4.4.26",
"@types/passport": "^1.0.0",
"next-offline": "4.0.0-beta.0",
"prettier": "~1.16.4",
"pretty-quick": "~1.10.0",
"svg-inline-loader": "~0.8.0",
"typescript": "~3.4.1"
}
}