-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 882 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
{
"name": "influxql2flux",
"version": "1.1.0",
"author": "TwentyFiveSoftware",
"homepage": "https://influxql2flux.twentyfive.dev",
"repository": "https://github.com/TwentyFiveSoftware/influxql2flux",
"scripts": {
"dev": "vite",
"test": "jest src",
"build": "tsc && vite build"
},
"dependencies": {
"js-base64": "^3.7.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-textarea-autosize": "^8.4.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"jest": "^29.4.1",
"prettier": "^2.8.3",
"sass": "^1.58.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.4.4"
}
}