-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 910 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 910 Bytes
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
{
"name": "observer-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@netlify/plugin-nextjs": "^3.7.1",
"bootstrap": "^4.6.0",
"bootstrap-react": "^0.5.0-alpha.14",
"framer-motion": "^4.1.17",
"history": "^5.0.0",
"next": "11.0.1",
"next-routes": "^1.4.2",
"react": "17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.11.0",
"react-medium-image-zoom": "^4.3.4",
"semantic-ui-react": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2"
}
}