forked from jlongster/absurd-sql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 810 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
{
"name": "shared-syncify",
"version": "0.0.1",
"scripts": {
"build": "rollup -c rollup.config.js",
"jest": "jest",
"jest-debug": "jest --runInBand --useStderr",
"serve-demo": "cd src/demo && ../../node_modules/.bin/webpack serve "
},
"dependencies": {
"detect-browser": "^5.2.0",
"sql.js": "file:/Users/james/projects/sql.js",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"babel": "^6.23.0",
"eslint": "^7.29.0",
"fast-check": "^2.17.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.5",
"rollup": "^2.53.1",
"rollup-plugin-web-worker-loader": "^1.6.1",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"worker-loader": "^3.0.8"
}
}