-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.26 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.26 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@build-in-blocks/dev.build",
"version": "1.0.6",
"description": "Production and development bundler build setup for your typescript web-related projects.",
"type": "module",
"bin": {
"@build-in-blocks/dev.build": "bin/pkg.internal.cli.js",
"blocks.pkg.dev.build": "bin/pkg.internal.cli.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"eslint:lint": "eslint .",
"prettier:format": "prettier --write \"**/*.{mjs,js,ts,css,html}\"",
"prepare": "husky"
},
"dependencies": {
"html-webpack-plugin": "^5.6.6",
"rimraf": "^6.1.3",
"terser-webpack-plugin": "^5.4.0",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.9.3",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"@build-in-blocks/dev.resources": "1.0.4",
"@build-in-blocks/dev.setup": "1.0.2",
"@eslint/js": "^10.0.1",
"@types/webpack-bundle-analyzer": "^4.7.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"lint-staged": "^16.3.3",
"prettier": "^3.8.1",
"typescript-eslint": "^8.57.0"
},
"homepage": "https://github.com/build-in-blocks/dev.build#readme",
"bugs": {
"url": "https://github.com/build-in-blocks/product-issue-reports/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/build-in-blocks/dev.build.git"
},
"license": "AGPL-3.0",
"author": "Mary Obiagba",
"contributors": [
"Find list of contributors in project README: https://github.com/build-in-blocks/dev.build?tab=readme-ov-file#contributors"
],
"keywords": [
"@build-in-blocks",
"@build-in-blocks/dev.build",
"dev.build",
"build-in-blocks",
"blocks",
"framework",
"library",
"package",
"typescript",
"javascript",
"web",
"shared",
"core",
"local development",
"local",
"development",
"dev",
"build",
"bundler",
"webpack"
],
"files": [
"bin/",
"config.root/",
"config.web/",
"tsconfig.base.json",
"README.md"
]
}