-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 946 Bytes
/
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
{
"name": "animations",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "2.4.0",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@reduxjs/toolkit": "1.8.5",
"animate.css": "4.1.1",
"emailjs": "4.0.1",
"gsap": "3.11.1",
"gsap-trial": "3.11.1",
"leaflet": "1.8.0",
"loaders.css": "0.1.2",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.1.0",
"react-loaders": "^3.0.1",
"sass": "^1.56.1"
},
"devDependencies": {
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"prop-types": ">=15.6.0",
"typescript": "^5.0.0-dev.20221117"
}
}