Add web interface and tests
This commit is contained in:
25
package.json
25
package.json
@ -4,25 +4,18 @@
|
||||
"main": "lib/index.js",
|
||||
"repository": "https://git.aet.ac/aet/opvault.js.git",
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"build": "rollup -c; cp src/adapters/index.d.ts lib/adapters/; prettier --write lib >/dev/null",
|
||||
"build:docs": "typedoc --out docs src/index.ts --excludePrivate",
|
||||
"design": "marked -o design.html < design.md",
|
||||
"test": "node --expose-gc node_modules/mocha/bin/_mocha test/**/*.test.ts",
|
||||
"repl": "node -r ts-node/register/transpile-only src/repl.ts",
|
||||
"start": "electron ./electron/index.js"
|
||||
"repl": "node -r ts-node/register/transpile-only src/repl.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-replace": "^3.0.0",
|
||||
"@types/chai": "^4.2.22",
|
||||
"@types/chai-as-promised": "^7.1.4",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/mocha": "github:whitecolor/mocha-types#da22474cf43f48a56c86f8c23a5a0ea36e295768",
|
||||
"@types/node": "^16.10.3",
|
||||
"@types/prompts": "^2.0.14",
|
||||
"@types/react": "^17.0.30",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/sinon": "^10.0.4",
|
||||
"@types/sinon-chai": "^3.2.5",
|
||||
"@types/wicg-file-system-access": "^2020.9.4",
|
||||
@ -31,10 +24,6 @@
|
||||
"chai": "^4.3.4",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chalk": "^4.1.2",
|
||||
"electron": "^15.2.0",
|
||||
"esbuild": "^0.13.6",
|
||||
"esbuild-node-builtins": "^0.1.0",
|
||||
"esbuild-plugin-sass": "^0.6.0",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-import-resolver-typescript": "2.5.0",
|
||||
@ -43,21 +32,16 @@
|
||||
"eslint-plugin-react-hooks": "4.2.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"marked": "^3.0.8",
|
||||
"memfs": "^3.3.0",
|
||||
"mocha": "^9.1.2",
|
||||
"mochawesome": "^6.3.0",
|
||||
"prettier": "^2.4.1",
|
||||
"prompts": "^2.4.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"rollup": "^2.58.0",
|
||||
"rollup-plugin-ts": "^1.4.7",
|
||||
"sass": "^1.43.2",
|
||||
"sinon": "^11.1.2",
|
||||
"sinon-chai": "^3.7.0",
|
||||
"ts-node": "^10.2.1",
|
||||
"tsconfig-paths": "^3.11.0",
|
||||
"typedoc": "^0.22.5",
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"prettier": {
|
||||
@ -67,10 +51,5 @@
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer": "^6.0.3",
|
||||
"tiny-invariant": "1.1.0",
|
||||
"tslib": "2.3.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user