-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "bsts-test",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/printf83/bsts-test.git"
},
"description": "Bootstrap TS builder - Documentation",
"keywords": [
"documentation",
"bootstrap 5",
"typescript"
],
"author": "Hamzah A <printf83@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/printf83/bsts-test/issues"
},
"homepage": "https://github.com/printf83/bsts-test#readme",
"type": "module",
"main": "dist/index.html",
"scripts": {
"link": "npm link @printf83/bsts",
"clean": "node scripts/clean.cjs",
"copy.static": "node scripts/copy.cjs",
"build.ts": "tsc",
"build": "webpack && npm run copy.static",
"rebuild": "npm run clean && npm run build",
"debug.ts": "tsc -w",
"debug": "webpack -w",
"predeploy": "npm run rebuild",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.4.2",
"@types/bootstrap": "^5.2.8",
"@types/js-beautify": "^1.14.2",
"compression-webpack-plugin": "^10.0.0",
"gh-pages": "^5.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.0",
"typescript": "^5.4.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@printf83/bsts": "^1.1.1",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.0",
"chartjs-plugin-datalabels": "^2.2.0",
"highlight.js": "^11.9.0",
"js-beautify": "^1.14.9"
}
}