-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 853 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": "pocketworld-duels",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "nollup -c --hot --port 5000 --content-base ./public",
"dev:rollup": "rollup -c -w",
"start": "sirv public",
"test": "start yarn run dev & start yarn run cypress open",
"test:cli": "start yarn run dev & start yarn run cypress run"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.3.3",
"cypress-commands": "^1.1.0",
"nollup": "^0.12.0",
"rollup": "^2.3.4",
"rollup-plugin-hot": "^0.1.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte-hot": "^0.10.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
},
"dependencies": {
"cypress": "6.2.1",
"sirv-cli": "^1.0.0"
}
}