-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
42
43
44
45
{
"name": "open-data",
"version": "0.0.1",
"description": "Burundi Open Data web client",
"main": "index.ts",
"repository": "git@github.com:burundiarxiv/open-data.git",
"author": "muco <mucorolle@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build && next export -o dist",
"start": "serve ./dist"
},
"dependencies": {
"@geist-ui/react": "^2.0.2",
"@geist-ui/react-icons": "^1.0.0",
"chart.js": "^2.9.4",
"i18next": "^19.8.4",
"next": "^10.0.3",
"next-i18next": "^7.0.1",
"react": "^16.13.1",
"react-chartjs-2": "^2.11.1",
"react-dom": "^16.13.1",
"react-highlight-words": "^0.16.0",
"react-i18next": "^11.8.4",
"react-scroll-to-top": "^1.0.5",
"serve": "^11.3.2",
"styled-components": "^5.2.0",
"typeface-inter": "^3.15.0"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-highlight-words": "^0.16.1",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/parser": "^4.9.0",
"add": "^2.0.6",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.15.0",
"sass": "^1.26.10",
"typescript": "^4.0.2",
"yarn": "^1.22.10"
}
}