-
-
Notifications
You must be signed in to change notification settings - Fork 773
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.27 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
{
"name": "dnn-resource-manager",
"version": "10.3.0",
"description": "Resource Manager",
"private": true,
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/dnn-resource-manager/dnn-resource-manager.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/dnnsoftware/Dnn.Platform.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "yarn lint && stencil build --docs",
"watch": "stencil build --config stencil.dnn.config.ts --watch",
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"lint": "eslint --fix"
},
"license": "MIT",
"devDependencies": {
"@dnncommunity/dnn-elements": "^0.29.2",
"@eslint/js": "^9.39.4",
"@stencil/core": "^4.43.2",
"@stencil/eslint-plugin": "^1.1.0",
"@stencil/sass": "^3.2.3",
"@stencil/store": "^2.2.2",
"@types/node": "^24.9.0",
"@typescript-eslint/utils": "^8.57.1",
"eslint": "^9.39.4",
"jiti": "^2.6.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1"
}
}