-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.36 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.36 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
{
"name": "structured-content",
"version": "0.1.0",
"repository": "https://github.com/DNNCommunity/Dnn.StructuredContent.git",
"description": "Stencil Components for Dnn.StructuredContent",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/structured-content/sc.esm.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "eslint --fix --ext .ts --ext .tsx --ext .js ./src && stencil build --docs",
"start": "stencil build --dev --watch --serve --no-open",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"@dnncommunity/dnn-elements": "^0.15.2",
"@stencil/core": "^2.19.2",
"@stencil/eslint-plugin": "^0.4.0",
"@stencil/sass": "^2.0.1",
"@stencil/store": "^1.5.0",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.29.4",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"puppeteer": "^19.2.0",
"typescript": "^4.8.4"
},
"license": "MIT"
}