5 Star 27 Fork 8

Gitee 极速下载 / notesnook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/streetwriters/notesnook
克隆/下载
package.json 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
Abdullah Atta 提交于 2024-04-29 11:15 . global: update package lockfiles
{
"name": "notesnook",
"private": true,
"scripts": {
"prepare": "husky install && npm run bootstrap",
"bootstrap": "node scripts/bootstrap.mjs",
"clean": "node scripts/clean.mjs",
"build": "nx run-many --target=build --all --exclude=@notesnook/mobile,@notesnook/web",
"build:web": "nx build @notesnook/web",
"build:vericrypt": "nx build @notesnook/vericrypt",
"build:test:web": "nx build:test @notesnook/web",
"build:beta:web": "nx build:beta @notesnook/web",
"start:web": "nx start @notesnook/web",
"start:theme-builder": "nx start @notesnook/theme-builder",
"build:theme-builder": "nx build @notesnook/theme-builder",
"start:vericrypt": "nx start @notesnook/vericrypt",
"start:desktop": "nx start @notesnook/desktop",
"test:web": "nx test @notesnook/web",
"test:core": "nx test @notesnook/core",
"start:android": "nx run-android @notesnook/mobile",
"start:ios": "nx run-ios @notesnook/mobile",
"prepare:ios": "nx install-pods @notesnook/mobile",
"build:ios": "nx build-ios @notesnook/mobile",
"build:android": "nx build-android @notesnook/mobile",
"release:android": "nx release-android @notesnook/mobile",
"release:android:bundle": "nx release-android-bundle @notesnook/mobile",
"test:ios": "nx e2e-ios @notesnook/mobile",
"test:android": "nx e2e-android @notesnook/mobile",
"start:metro": "nx start @notesnook/mobile",
"start:repack": "nx repack @notesnook/mobile",
"start:editor-mobile": "nx start @notesnook/editor-mobile",
"start:editor": "nx start @notesnook/editor",
"start:server:themes": "nx start @notesnook/themes-server",
"prettier": "npx prettier . --write",
"lint": "npx eslint ./apps/ ./packages/",
"linc": "npx eslint ./apps/ ./packages/ --cache"
},
"devDependencies": {
"@commitlint/cli": "^17.1.1",
"@types/listr": "^0.14.4",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-react-hooks": "^1.0.0",
"eslint-plugin-detox": "^1.0.0",
"eslint-plugin-jest": "^26.8.7",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-react": "^7.31.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"prettier": "^2.8.8",
"serve": "^14.0.1"
},
"dependencies": {
"eslint-plugin-header": "^3.1.1",
"fdir": "^6.0.2",
"listr": "^0.14.3",
"nx": "^17.3.1",
"patch-package": "^7.0.0",
"rxjs": "^7.8.1",
"typescript": "^5.4.2",
"yargs-parser": "^21.1.1"
},
"license": "GPL-3.0-or-later",
"volta": {
"node": "20.12.0"
}
}
JavaScript
1
https://gitee.com/mirrors/notesnook.git
git@gitee.com:mirrors/notesnook.git
mirrors
notesnook
notesnook
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891