-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1017 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
34
35
36
37
38
39
40
{
"name": "cpblxjs",
"version": "1.5.15",
"description": "A corporate bollox generator",
"main": "index.ts",
"scripts": {
"prepare": "tsc",
"build": "webpack",
"start": "ts-node src/index.ts"
},
"keywords": [],
"author": "Dean Jenkins",
"license": "GPL-3.0",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@types/node": "^16.18.3",
"css-loader": "^6.7.3",
"husky": "^8.0.2",
"prettier": "^2.8.0",
"pretty-quick": "^3.1.3",
"style-loader": "^3.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"chart.js": "^4.1.2",
"chartist": "^1.3.0",
"html2canvas": "^1.4.1",
"mermaid": "^9.2.2",
"seedrandom": "^3.0.5",
"ts-loader": "^9.4.1",
"webpack-merge": "^5.8.0"
}
}