-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "facet-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"export": "next export",
"start": "next start",
"serve": "serve out"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.4",
"@sentry/react": "^6.2.1",
"@sentry/tracing": "^6.2.1",
"@types/node": "^14.14.37",
"autoprefixer": "^10.2.4",
"eva-icons": "^1.1.3",
"export": "^0.1.337",
"lottie-web": "^5.7.6",
"next": "10.0.7",
"notistack": "^1.0.5",
"postcss": "^8.2.7",
"react": "17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.1",
"react-eva-icons": "^0.0.8",
"react-hook-form": "^6.15.4",
"react-image-lightbox": "^5.1.1",
"react-lottie": "^1.2.3",
"react-number-format": "^4.4.4",
"react-syntax-highlighter": "^15.4.3",
"refactor": "^0.0.3",
"styled-components": "^5.2.1",
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/react": "^17.0.3",
"babel-plugin-styled-components": "^1.12.0",
"serve": "^11.3.2"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/facets-io/facets.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/facets-io/facets.io/issues"
},
"homepage": "https://github.com/facets-io/facets.io#readme"
}