-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 906 Bytes
/
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
{
"name": "postmortem",
"author": "lhchavez",
"version": "1.0.0",
"main": "./dist/main.js",
"scripts": {
"build": "webpack",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"format:check": "prettier --write src/**/*.ts"
},
"devDependencies": {
"@types/codemirror": "^5.60.0",
"@types/jquery": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"copy-webpack-plugin": "^9.0.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"html-webpack-plugin": "^5.3.1",
"prettier": "^2.3.1",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"codemirror": "5.58.2",
"golden-layout": "^2.2.1"
}
}