-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 959 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
{
"name": "fiscalizaja-deputados",
"version": "1.0.0",
"description": "Website do FiscalizaJá, versão para deputados federais.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.2",
"typescript": "^5.3.2"
},
"dependencies": {
"@astrojs/node": "^7.0.0",
"@astrojs/react": "^3.0.6",
"@canvasjs/charts": "^3.7.35",
"@emotion/styled": "^11.11.0",
"@mui/x-charts": "^6.18.3",
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.17",
"astro": "^4.0.3",
"dotenv": "^16.3.2",
"highcharts": "^11.3.0",
"highcharts-react-official": "^3.2.1",
"lucide-react": "^0.294.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-twitter-widgets": "^1.11.0",
"sass": "^1.69.5"
}
}