-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "plataforma_de_dados",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next/third-parties": "^14.0.5-canary.38",
"@tippyjs/react": "^4.2.0",
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0",
"axios": "^1.6.8",
"dotenv": "^16.3.1",
"eslint-config-next": "^13.2.3",
"file-saver": "^2.0.5",
"framer-motion": "^2.9.4",
"highcharts": "^9.3.3",
"highcharts-react-official": "^3.2.0",
"jquery": "^3.7.0",
"match-sorter": "^5.0.0",
"next": "^13.2.3",
"nprogress": "^0.2.0",
"osmtogeojson": "^2.2.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-is": "^17.0.2",
"react-map-gl": "^5.3.9",
"react-table": "^7.6.3",
"react-transition-group": "^4.4.1",
"sass": "^1.32.8",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@svgr/webpack": "^6.5.1",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/styled-components": "^5.1.9",
"autoprefixer": "^10.4.14",
"babel-plugin-styled-components": "^1.11.1",
"babel-plugin-transform-require-ignore": "^0.1.1",
"postcss": "^8.4.21",
"prettier": "2.1.2",
"tailwindcss": "^3.2.7",
"typescript": "^4.2.2"
}
}