UNPKG

@robotical/roboticaljs

Version:

Javascript/TS library for Robotical products

42 lines (41 loc) 1.06 kB
{ "name": "raftjs-example-dashboard", "version": "1.0.0", "description": "", "scripts": { "start": "parcel src/index.html", "clean": "rm -rf dist", "build": "npm run clean && parcel build src/index.html", "test": "jest", "postinstall": "cd node_modules/@robotical/raftjs && npm install && npm run build" }, "keywords": [], "author": "Rob Dobson", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@types/python-struct": "^1.0.4", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "assert": "^2.1.0", "buffer": "^6.0.3", "console-browserify": "^1.2.0", "jest": "^29.7.0", "parcel": "^2.11.0", "process": "^0.11.10", "ts-jest": "^29.1.2", "typescript": "^5.3.3", "util": "^0.12.5" }, "dependencies": { "@robotical/raftjs": "github:robotical/raftjs", "react": "^18.2.0", "react-color": "^2.19.3", "react-dom": "^18.2.0" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" } }