-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 3.34 KB
/
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
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
{
"name": "@upradata/tilda-stencil-components",
"version": "3.9.10",
"description": "Collection Of Stencil Components",
"author": {
"name": "Thomas Milotti",
"email": "[email protected]",
"url": "https://github.com/milottit"
},
"repository": {
"url": "https://github.com/milottit/stencil.git"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/upradata/upradata.esm.js",
"files": [
"dist/",
"loader/",
"lib"
],
"scripts": {
"build:old": "stencil build && cp src/components.d.ts dist/types/index.d.ts && rm dist-prod && cp -r dist dist-prod",
"build:prod": "stencil build --prod",
"build:prod:watch": "stencil build --prod --watch",
"build:docs": "stencil build --docs",
"tsc:build": "tsc -p tsconfig.lib.json",
"start": "stencil build --dev --watch --serve --no-open",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"test:non-components": "npx jest --verbose false --config jest-ut.config.js",
"generate": "stencil generate",
"github-push": "npm version patch && git pushall && git pushall-tags",
"npm-publish": "npm publish --access public",
"watch:static": "nodemon --watch src/fonts --watch src/test-components --delay 100 --exec 'python -v' caca.py"
},
"dependencies": {
"rxjs": "^7.5.7"
},
"devDependencies": {
"@stencil/core": "2.19.2",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^2.0.0",
"@types/jest": "^28.1.8",
"@types/jquery": "^3.5.14",
"@types/node": "^18.11.9",
"@types/resize-observer-browser": "^0.1.7",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.13",
"csvtojson": "^2.0.10",
"esm": "^3.2.25",
"jest": "^28.1.3",
"jest-environment-node": "^28.1.3",
"nodemon": "^2.0.20",
"postcss": "^8.4.18",
"puppeteer": "^19.2.2",
"rollup": "^2.79.1",
"rollup-plugin-includepaths": "^0.2.4",
"sass": "^1.56.0",
"sass-lint": "^1.13.1",
"ts-jest": "^28.0.8",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4",
"typescript-mix": "^3.1.3"
},
"license": "MIT",
"local": {
"dependencies": {
"@upradata/util": "link:/home/milottit/Libraries/Upra-Data/[email protected]",
"@upradata/browser-util": "link:/home/milottit/Libraries/Upra-Data/[email protected]",
"@upradata/decorator": "link:/home/milottit/Libraries/Upra-Data/[email protected]",
"@upradata/tilda-tools": "link:/home/milottit/Libraries/Tilda/[email protected]"
},
"usedBy": {
"@upradata/tilda-services-components": "/home/milottit/Libraries/Tilda/services-components",
"@upradata/tilda-tools": "/home/milottit/Libraries/Tilda/tools",
"@upradata/website": "/home/milottit/Projects/upradata-website",
"@upradata/carla-apartments-website": "/home/milottit/Projects/UpraData/Clients/Carla-Colombi"
}
}
}