-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.34 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
{
"name": "",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "echo Linting... && npm run lint && echo Running... && astro dev --port 7001",
"start": "echo Linting... && npm run lint && echo Running... && astro dev --port 7001",
"build": "echo Linting... && npm run lint && echo Building... && astro check && astro build",
"preview": "echo Linting... && npm run lint && echo Running... && astro preview --port 7002",
"astro": "astro",
"lint": "eslint . --ext .ts --ext .tsx",
"lint:fix": "eslint . --ext .ts --ext .tsx --fix"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.1.0",
"@astrojs/sitemap": "^3.1.2",
"@elysiajs/cors": "^1.0.2",
"@elysiajs/swagger": "^1.0.3",
"@fontsource/ubuntu": "^5.0.12",
"@types/sqlite3": "^3.1.11",
"astro": "^4.5.13",
"astro-robots-txt": "^1.0.0",
"highcharts": "^11.4.0",
"highstock-release": "^6.0.4",
"react-jsx-highcharts": "^5.0.1",
"react-odometer": "^0.0.1",
"react-odometerjs": "^3.1.3",
"sqlite3": "^5.1.7",
"typescript": "^5.4.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.33.1"
}
}