-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "500-cidades-2.0",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build && next export",
"start": "node_modules/next/dist/bin/next start -p $PORT",
"lint": "eslint --fix .",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@resystem/ida-js-sdk": "^0.2.13",
"@zeit/next-css": "^1.0.1",
"apollo": "^2.32.5",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"graphql": "^15.5.0",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"leaflet": "^1.7.1",
"moment": "^2.29.1",
"next": "^10.0.3",
"next-with-apollo": "^5.1.1",
"npm": "^7.13.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.13",
"react-leaflet": "^2.7.0",
"styled-components": "^5.2.1",
"vanilla-masker": "^1.2.0",
"webpack": "^5.37.1"
}
}