e4b29f8dab836b724511373a7e461eebf02b4977
[apps/outliner/.git] / package.json
1 {
2   "name": "outline-browser",
3   "scripts": {
4     "build": "npx webpack"
5   },
6   "devDependencies": {
7     "@types/keyboardjs": "^2.5.0",
8     "@types/lodash": "^4.14.191",
9     "@types/marked": "^4.0.8",
10     "@types/uuid": "^9.0.0",
11     "ts-loader": "^9.4.2",
12     "tsconfig-paths": "^4.1.2",
13     "tsconfig-paths-webpack-plugin": "^4.0.0",
14     "typescript": "^4.9.4",
15     "webpack": "^5.75.0",
16     "webpack-cli": "^5.0.1"
17   },
18   "dependencies": {
19     "keyboardjs": "^2.7.0",
20     "lodash": "^4.17.21",
21     "marked": "^4.2.12",
22     "uuid": "^9.0.0"
23   }
24 }