-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.02 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.02 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
65
66
67
68
69
70
71
{
"name": "agrowth-tracked",
"description": "Frontend code for Agrowth Tracked",
"version": "0.1.0",
"author": {
"name": "Leonardo Melo",
"url": "https://leomeloxp.net"
},
"contributors": [
"Jean Matias <ibotautomacoes@gmail.com>",
"Leo Melo <hello@leomeloxp.net>"
],
"license": "unlicensed",
"private": true,
"scripts": {
"build": "next build src && next export src",
"build:develop": "next src -- --inspect=127.0.0.1:9999",
"build:production": "next build src",
"lint:prettier": "prettier --parser typescript --write \"./src/**/*.ts?(x)\"",
"start": "next start src"
},
"dependencies": {
"@material-ui/core": "^3.2.2",
"@material-ui/icons": "^3.0.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"apollo-boost": "^0.1.16",
"classnames": "^2.2.6",
"date-fns": "^1.29.0",
"detect-browser-language": "^0.0.1",
"dotenv": "^6.1.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"isomorphic-unfetch": "^3.0.0",
"jss": "^9.8.7",
"next": "^7.0.2",
"next-compose-plugins": "^2.1.1",
"nprogress": "^0.2.0",
"prop-types": "latest",
"qrcode.react": "^0.9.0",
"react": "^16.5.2",
"react-apollo": "^2.2.4",
"react-dom": "^16.5.2",
"react-intl": "^2.7.2",
"react-jss": "^8.6.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@types/classnames": "^2.2.6",
"@types/googlemaps": "^3.30.15",
"@types/graphql": "^14.0.3",
"@types/jest": "^23.3.5",
"@types/next": "^7.0.3",
"@types/nprogress": "0.0.29",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/react-jss": "^8.6.0",
"@types/styled-jsx": "^2.2.6",
"apollo": "^1.9.2",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"react-testing-library": "^5.2.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.3"
}
}