-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 896 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
{
"name": "sigineer-inverter-app",
"version": "0.1.0",
"description": "Dashboard for inverter data",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Harvtronix/sigineer-inverter-dashboard"
},
"author": "Harvtronix",
"license": "MIT",
"workspaces": [
"client",
"server"
],
"scripts": {
"all:build": "npm --workspaces run build",
"all:bundle": "npm --workspaces --if-present run bundle",
"all:clean": "npm --workspaces --if-present run clean"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.7.1"
},
"dependencies": {
"@types/node": "^18.11.18",
"rimraf": "^4.1.2",
"typescript": "^4.9.4"
}
}