-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
135 lines (135 loc) · 5.16 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "@limetech/lime-elements",
"version": "37.68.0",
"description": "Lime Elements",
"author": "Lime Technologies",
"license": "Apache-2.0",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"main": "dist/index.cjs.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/",
"CHANGELOG.md"
],
"scripts": {
"api:update": "npm run build && api-extractor run --local --verbose",
"api:verify": "api-extractor run",
"build": "cross-env-shell NODE_ENV=prod SASS_PATH=node_modules \"stencil build --config stencil.config.dist.ts\"",
"dev": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --docs\"",
"watch": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --watch --docs --serve\"",
"watch:prod": "shx rm -rf www/ && cross-env-shell SASS_PATH=node_modules \"stencil build --watch\"",
"docs:build": "cross-env-shell NODE_ENV=prod SASS_PATH=node_modules \"stencil build --docs --config stencil.config.docs.ts\"",
"docs:publish": "node publish-docs.js",
"lint": "npm run lint:src && npm run lint:scss",
"lint:fix": "npm run lint:src:fix && npm run lint:scss:fix",
"lint:prod": "npm run lint:src:prod && npm run lint:scss:prod",
"lint:src": "eslint \"**/*.{ts,tsx,js}\" --max-warnings=1194 && prettier -c \"{!(package*).json,.prettierrc}\"",
"lint:src:fix": "eslint \"**/*.{ts,tsx,js}\" --fix && prettier --write \"{!(package*).json,.prettierrc}\"",
"lint:src:prod": "eslint \"**/*.{ts,tsx,js}\" --rule \"linebreak-style: [error, unix]\" --max-warnings=1194 && prettier -c \"{!(package*).json,.prettierrc}\"",
"lint:scss": "prettier -c --ignore-path ./.gitignore **/*.scss",
"lint:scss:fix": "prettier --write --ignore-path ./.gitignore **/*.scss",
"lint:scss:prod": "prettier -c --end-of-line lf --ignore-path ./.gitignore **/*.scss",
"start": "npm run watch",
"test": "cross-env-shell SASS_PATH=node_modules \"stencil test --spec --e2e\"",
"test:watch": "cross-env-shell SASS_PATH=node_modules \"stencil test --spec --e2e --watch\"",
"test:e2e": "cross-env-shell SASS_PATH=node_modules \"stencil test --e2e\"",
"test:e2e:watch": "cross-env-shell SASS_PATH=node_modules \"stencil test --e2e --watch\"",
"test:spec": "stencil test --spec",
"test:spec:watch": "stencil test --spec --watch",
"generate": "stencil generate"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@microsoft/api-extractor": "^7.47.11",
"@popperjs/core": "^2.11.8",
"@rjsf/core": "^2.4.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@stencil/core": "^3.4.2",
"@stencil/sass": "^3.0.12",
"@types/codemirror": "^5.60.2",
"@types/html-escaper": "^3.0.2",
"@types/jest": "^27.4.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/tabulator-tables": "^4.9.4",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"codemirror": "^5.65.9",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ban": "^1.6.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-tsdoc": "^0.3.0",
"flatpickr": "^4.6.13",
"globals": "^15.12.0",
"html-escaper": "^3.0.3",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"jsonlint-mod": "^1.7.6",
"jsx-dom": "^8.1.5",
"kompendium": "^0.15.0",
"lodash-es": "^4.17.21",
"material-components-web": "^13.0.0",
"moment": "^2.30.1",
"number-abbreviate": "^2.0.0",
"parse-css-color": "^0.2.1",
"prettier": "^3.3.3",
"prosemirror-example-setup": "^1.2.3",
"prosemirror-markdown": "^1.13.1",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-model": ">=1.22.1",
"prosemirror-tables": "^1.5.0",
"puppeteer": "^19.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-shadow-dom-retarget-events": "^1.1.0",
"rehype-external-links": "^3.0.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"replace-in-file": "^7.2.0",
"shelljs": "0.8.5",
"shx": "^0.3.3",
"style-to-object": "^1.0.8",
"tabulator-tables": "^4.9.3",
"typescript": "^4.9.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"overrides": {
"prosemirror-model": ">=1.22.1"
},
"keywords": [
"lime elements",
"lime crm",
"material design",
"component library",
"web components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Lundalogik/lime-elements.git"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Lundalogik/lime-elements/issues"
},
"homepage": "https://github.com/Lundalogik/lime-elements#readme"
}