Add notepad
This commit is contained in:
60
package.json
60
package.json
@ -8,44 +8,54 @@
|
||||
"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",
|
||||
"test": "node --expose-gc node_modules/mocha/bin/_mocha test/**/*.test.ts",
|
||||
"repl": "node -r ts-node/register/transpile-only src/repl.ts"
|
||||
"repl": "node -r ts-node/register/transpile-only src/repl.ts",
|
||||
"start": "electron ./electron/index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-replace": "^3.0.0",
|
||||
"@types/chai": "^4.2.19",
|
||||
"@types/chai": "^4.2.22",
|
||||
"@types/chai-as-promised": "^7.1.4",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/mocha": "github:whitecolor/mocha-types#da22474cf43f48a56c86f8c23a5a0ea36e295768",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/prompts": "^2.0.13",
|
||||
"@types/sinon": "^10.0.2",
|
||||
"@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",
|
||||
"@typescript-eslint/eslint-plugin": "4.28.2",
|
||||
"@typescript-eslint/parser": "4.28.2",
|
||||
"@typescript-eslint/eslint-plugin": "4.33.0",
|
||||
"@typescript-eslint/parser": "4.33.0",
|
||||
"chai": "^4.3.4",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chalk": "^4.1.1",
|
||||
"eslint": "7.30.0",
|
||||
"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.4.0",
|
||||
"eslint-plugin-import": "2.23.4",
|
||||
"eslint-plugin-react": "7.24.0",
|
||||
"eslint-import-resolver-typescript": "2.5.0",
|
||||
"eslint-plugin-import": "2.24.2",
|
||||
"eslint-plugin-react": "7.26.1",
|
||||
"eslint-plugin-react-hooks": "4.2.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"memfs": "^3.2.2",
|
||||
"mocha": "^9.0.2",
|
||||
"mochawesome": "^6.2.2",
|
||||
"prettier": "^2.3.2",
|
||||
"memfs": "^3.3.0",
|
||||
"mocha": "^9.1.2",
|
||||
"mochawesome": "^6.3.0",
|
||||
"prettier": "^2.4.1",
|
||||
"prompts": "^2.4.1",
|
||||
"rollup": "^2.52.7",
|
||||
"rollup-plugin-ts": "^1.4.0",
|
||||
"sinon": "^11.1.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.0.0",
|
||||
"tsconfig-paths": "^3.9.0",
|
||||
"typedoc": "^0.21.2",
|
||||
"typescript": "^4.3.5"
|
||||
"ts-node": "^10.2.1",
|
||||
"tsconfig-paths": "^3.11.0",
|
||||
"typedoc": "^0.22.5",
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"prettier": {
|
||||
"arrowParens": "avoid",
|
||||
@ -57,6 +67,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"tiny-invariant": "1.1.0",
|
||||
"tslib": "2.3.0"
|
||||
"tslib": "2.3.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user