-
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.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 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": "wedding-marta-daniele",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"animate.css": "^4.1.1",
"bodymovin": "^4.13.0",
"bootstrap": "^5.0.0-beta3",
"csv-parse": "^4.16.0",
"lottie-web": "^5.7.11",
"next": "^10.1.3",
"react": "~17.0.2",
"react-bootstrap": "^2.0.0-alpha.1",
"react-dom": "~17.0.2",
"react-lottie": "^1.2.3",
"react-scroll": "^1.8.2",
"sass": "^1.35.1",
"typescript": "^4.2.3"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-optional-catch-binding": "7.12.1",
"@types/google-map-react": "^2.1.0",
"@types/react": "16.14.0",
"@types/react-lottie": "^1.2.5",
"@types/react-scroll": "^1.8.2",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "7.0.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.5",
"prettier": "^2.2.1"
}
}