-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1016 Bytes
/
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
{
"name": "ggc-distance",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "jest",
"start": "gatsby develop",
"build": "gatsby clean && gatsby build --prefix-paths"
},
"author": "",
"license": "ISC",
"browserslist": ">0.1%, not dead",
"dependencies": {
"@types/color": "^3.0.2",
"@types/jest": "^27.4.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"bootstrap": "^5.3.3",
"color": "^4.2.3",
"d3": "^7.9.0",
"debounce-fn": "^5.1.0",
"fast-deep-equal": "^3.1.3",
"gatsby": "^5.13.7",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "6.13.1",
"jest": "^27.4.7",
"klona": "^2.0.5",
"mobx": "^6.3.12",
"mobx-react-lite": "^3.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"reactstrap": "^9.2.2",
"recharts": "^2.12.7",
"sass": "^1.77.8",
"ts-jest": "^27.1.3",
"typescript": "^5.5.4"
}
}