forked from flathub-infra/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "flathub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"postbuild": "next-sitemap"
},
"dependencies": {
"@datapunt/matomo-tracker-react": "^0.5.1",
"chart.js": "^3.7.1",
"chartjs-adapter-date-fns": "^2.0.0",
"date-fns": "^2.28.0",
"next": "^12.1.0",
"next-seo": "^5.1.0",
"next-themes": "^0.1.1",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-image-lightbox": "^5.1.4",
"react-responsive-carousel": "^3.2.22",
"react-svg-worldmap": "^2.0.0-alpha.0",
"sass": "^1.49.8",
"spdx-license-list": "^6.4.0"
},
"devDependencies": {
"@types/node": "^17.0.19",
"@types/react": "^17.0.39",
"eslint": "^8.9.0",
"eslint-config-next": "^12.1.0",
"next-sitemap": "^2.4.6",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
}
}