package.json (688B)
1 { 2 "name": "daydream", 3 "private": true, 4 "scripts": { 5 "test": "start-server-and-test 'cargo install cargo-make && cargo make run' http-get://localhost:8000 cy:run:ci", 6 "cy:open": "cypress open", 7 "cy:run:ci": "cypress run --browser chrome --record --key 99194b81-775d-4e98-9bac-8f2cc12bc62e --ci-build-id \"${GITHUB_SHA}-${GITHUB_WORKFLOW}-${GITHUB_EVENT_NAME}\" --group github-action-e2e --parallel", 8 "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose" 9 }, 10 "devDependencies": { 11 "cross-env": "^7.0.2", 12 "cypress": "^4.9.0", 13 "push-dir": "^0.4.1", 14 "start-server-and-test": "^1.11.0" 15 }, 16 "dependencies": { 17 "uikit": "^3.5.4" 18 } 19 }