forked from phiresky/sql.js-httpvfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 867 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
{
"name": "sql.js-httpvfs",
"version": "0.8.11",
"repository": "https://github.com/phiresky/sql.js-httpvfs",
"license": "Apache-2.0",
"scripts": {
"dev": "webpack serve --mode=development",
"build": "webpack build --mode=production"
},
"dependencies": {
"comlink": "^4.3.0"
},
"devDependencies": {
"@types/debounce-promise": "^3.1.3",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-plotly.js": "^2.2.4",
"@types/react-select": "^4.0.14",
"@types/sql.js": "^1.4.2",
"debounce-promise": "^3.1.2",
"ts-loader": "^8.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.3.0-dev.20210331",
"webpack": "^5.28.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"main": "dist/index.js",
"files": [
"dist/*"
]
}