forked from phiresky/sql.js-httpvfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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": "sql.js-httpvfs",
"version": "0.8.6",
"repository": "https://github.com/phiresky/sql.js-httpvfs",
"license": "Apache-2.0",
"scripts": {
"dev": "webpack serve --mode=development",
"build": "webpack build --mode=production"
},
"dependencies": {
"@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",
"comlink": "^4.3.0",
"debounce-promise": "^3.1.2",
"mobx": "^6.2.0",
"mobx-react": "^7.1.0",
"plotly.js": "^1.58.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-plotly.js": "^2.5.1",
"react-select": "^4.3.0",
"ts-loader": "^8.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.3.0-dev.20210331",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0"
},
"devDependencies": {
"webpack-bundle-analyzer": "^4.4.1",
"webpack-dev-server": "^3.11.2"
},
"main": "dist/index.js",
"files": [
"dist/*"
]
}