bug: install all dependencies before build
[apps/outliner/.git] / package.json
1 {
2   "name": "outline-browser",
3   "scripts": {
4     "dev": "npx webpack -w",
5     "build": "ENVIRONMENT=production npx webpack"
6   },
7   "devDependencies": {
8     "@types/keyboardjs": "^2.5.0",
9     "@types/lodash": "^4.14.191",
10     "@types/marked": "^4.0.8",
11     "@types/uuid": "^9.0.0",
12     "ts-loader": "^9.4.2",
13     "tsconfig-paths": "^4.1.2",
14     "tsconfig-paths-webpack-plugin": "^4.0.0",
15     "typescript": "^4.9.4",
16     "webpack": "^5.75.0",
17     "webpack-cli": "^5.0.1"
18   },
19   "dependencies": {
20     "keyboardjs": "^2.7.0",
21     "lodash": "^4.17.21",
22     "marked": "^4.2.12",
23     "uuid": "^9.0.0"
24   },
25   "volta": {
26     "node": "18.7.0",
27     "npm": "8.15.0"
28   }
29 }