-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "pstdl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@element-ts/oxygen": "latest",
"@types/react-image-gallery": "^1.0.5",
"@types/twitter": "^1.7.1",
"googleapis": "^107.0.0",
"hamburger-react": "^2.5.0",
"mapbox-gl": "^2.7.1",
"next": "^12.3.1",
"nextjs-google-analytics": "^1.0.9",
"react": "^17.0.1",
"react-burger-menu": "^3.0.8",
"react-cookienotice": "^6.0.0",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-icons": "latest",
"react-image-gallery": "^1.2.9",
"react-map-gl": "^7.0.10",
"react-markdown": "^8.0.3",
"remark-gfm": "^3.0.1",
"sass": "^1.55.0",
"tslib": "^2.3.1",
"twitter": "latest"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "^18.0.1",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
},
"license": "MIT"
}