forked from pubkey/rxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.09 KB
/
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": "svelte-app",
"version": "1.0.0",
"private": true,
"scripts": {
"preinstall": "(cd ../../ && npx [email protected] pack ../../ --filename ./examples/svelte/rxdb-local.tgz)",
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"test:e2e": "testcafe chrome -e test/ --hostname localhost --selector-timeout 8000",
"test": "npm run build && concurrently \"npm run start\" \"npm run test:e2e\" --kill-others --success first"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"async-test-util": "2.0.0",
"concurrently": "7.3.0",
"pouchdb-adapter-idb": "7.2.2",
"rollup": "2.77.2",
"rollup-plugin-css-only": "3.1.0",
"rollup-plugin-livereload": "2.0.5",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-svelte": "7.1.0",
"rollup-plugin-terser": "7.0.2",
"rxdb": "file:rxdb-local.tgz",
"rxjs": "7.5.6",
"svelte": "3.49.0",
"testcafe": "1.20.1"
},
"dependencies": {
"@rollup/plugin-json": "4.1.0",
"sirv-cli": "1.0.14"
}
}