-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "glana-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@nivo/line": "^0.64.0",
"eslint-config-next": "^13.1.1",
"glana": "^0.4.3",
"global": "^4.4.0",
"lodash": "^4.17.21",
"luxon": "^2.4.0",
"mapbox-gl": "^2.2.0",
"next": "^13.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollbar": "^2.20.0",
"sharp": "^0.30.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/geojson": "^7946.0.8",
"@types/lodash": "^4.14.191",
"@types/luxon": "^2.3.2",
"@types/mapbox-gl": "^2.1.2",
"@types/node": "^14.14.6",
"@types/react": "18.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.10.6",
"@types/resize-observer-browser": "^0.1.4",
"autoprefixer": "^10.4.13",
"babel-jest": "^26.6.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^26.6.3",
"postcss": "^8.4.21",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.8.1",
"styled-jsx-plugin-postcss": "^3.0.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}