forked from notdevkey/iegriez-pasauli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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": "iegriez-pasauli-entry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT && cd ./backend && npm install && npm start"
},
"engines": {
"node": "14.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devkeycrap/iegriez-pasauli-entry"
},
"keywords": [
"react",
"ssr",
"server-side-rendering"
],
"author": "Ronalds Palacis",
"license": "MIT",
"homepage": "https://github.com/Devkeycrap/iegriez-pasauli-entry",
"dependencies": {
"axios": "^0.21.1",
"framer-motion": "^4.1.11",
"gsap": "^3.6.1",
"leaflet": "^1.7.1",
"next": "^10.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gsap": "^3.2.1",
"react-leaflet": "^3.1.0",
"react-map-gl": "^6.1.15",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/leaflet": "^1.7.0",
"@types/mapbox-gl": "^2.1.2",
"@types/react": "^17.0.3",
"@types/sass": "^1.16.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"svg-url-loader": "^7.1.1",
"typescript": "^4.2.4"
}
}