@launchmenu/applet-notes
Version:
An applet to make short notes
66 lines (65 loc) • 2.02 kB
JSON
{
"name": "@launchmenu/applet-notes",
"version": "0.1.4",
"description": "An applet to make short notes",
"types": "build/index.d.ts",
"files": [
"build/**/*"
],
"main": "build/index.js",
"scripts": {
"build": "lm-build-tools --build --production",
"dev": "lm-build-tools --watch",
"start": "lm-build-tools --launch --production",
"start:dev": "lm-build-tools --launch",
"clean": "lm-build-tools --cleanup",
"test": "jest -i",
"test-watch": "jest --watch -i",
"test-watch-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch --config=\"jest.config.js\"",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaunchMenu/LaunchMenu.git"
},
"keywords": [
"LaunchMenu",
"Notes",
"Applet",
"LaunchMenu Applet"
],
"author": "Tar van Krieken",
"license": "MIT",
"bugs": {
"url": "https://github.com/LaunchMenu/LaunchMenu/issues"
},
"homepage": "https://github.com/LaunchMenu/LaunchMenu/tree/master/packages/applets/notes#readme",
"dependencies": {
"@launchmenu/core": "^0.1.4",
"iframe-resizer-react": "^1.1.0",
"react-icons": "^3.10.0",
"uuid": "^8.2.0",
"zod": "^1.11.11"
},
"peerDependencies": {
"model-react": "^4.0.1",
"react": "^17.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@types/jest": "^26.0.0",
"@types/react": "^17.0.0",
"@types/sanitize-html": "^1.27.1",
"color": "^3.1.2",
"jest": "^26.0.1",
"model-react": "^4.0.1",
"react": "^17.0.0",
"regexp-match-indices": "^1.0.2",
"ts-jest": "^26.1.0"
},
"gitHead": "9d8338330c7b45535af3652d3efc24be68010286",
"publishConfig": {
"access": "public"
}
}