-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 1.12 KB
/
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
30
31
32
33
34
35
{
"name": "importer",
"private": true,
"license": "GPL-3.0-or-later",
"scripts": {
"prepare": "husky install && npm run bootstrap",
"bootstrap": "node ./scripts/bootstrap.mjs",
"start": "nx start @notesnook-importer/web",
"build": "nx build @notesnook-importer/web",
"test:core": "nx test @notesnook-importer/core",
"watch:core": "nx build @notesnook-importer/core -- --watch",
"test:enex": "nx test @notesnook-importer/enex"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.22.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-react-hooks": "^1.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^2.0.0",
"fdir": "^6.3.0",
"husky": "^9.1.5",
"listr2": "^8.2.4",
"nx": "^19.6.5",
"prettier": "^3.3.3",
"rxjs": "^7.8.1",
"yargs-parser": "^21.1.1"
}
}