-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
161 lines (161 loc) · 5.08 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@cps-elements/web",
"description": "Web Components de ponta, sem complicação.",
"version": "0.15.0",
"homepage": "https://github.com/cpsrepositorio/cps-elements",
"author": "Erick Eduardo Petrucelli <[email protected]>",
"license": "MIT",
"type": "module",
"customElements": "custom-elements.json",
"web-types": "web-types.json",
"types": "all.d.ts",
"main": "all.js",
"exports": {
".": {
"types": "./all.d.ts",
"import": "./all.js"
},
"./autoloader": "./autoloader.js",
"./themes/*": "./themes/*",
"./components/*": "./components/*",
"./utilities/*": "./utilities/*",
"./react": "./react/index.js",
"./react/*": "./react/*",
"./translations/*": "./translations/*"
},
"files": [
"assets",
"chunks",
"components",
"internal",
"react",
"styles",
"themes",
"translations",
"utilities",
"autoloader.d.ts",
"autoloader.js",
"custom-elements.json",
"all.d.ts",
"all.js",
"vscode.html-custom-data.json",
"web-types.json"
],
"keywords": [
"web components",
"custom elements",
"components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cpsrepositorio/cps-elements.git"
},
"bugs": {
"url": "https://github.com/cpsrepositorio/cps-elements/issues"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/ErickPetru"
},
"scripts": {
"dev": "node scripts/build.js --bundle --serve",
"build": "node scripts/build.js --bundle --types --copydir \"docs/dist\"",
"prestart": "symlink-dir docs cps-elements",
"start": "http-server . -a localhost -g -o cps-elements && unlink cps-elements",
"verify": "npm run prettier:check && npm run eslint:check && npm run stylelint:check && npm run build && npm run test",
"prettier:check": "prettier --check --loglevel warn .",
"prettier:fix": "prettier --write --loglevel warn .",
"eslint:check": "eslint src --max-warnings 0",
"eslint:fix": "eslint src --max-warnings 0 --fix",
"stylelint:check": "stylelint {docs,src}/**/*.{styles.ts,css,html,md}",
"stylelint:fix": "stylelint {docs,src}/**/*.{styles.ts,css,html,md} --fix",
"ts:check": "tsc --noEmit --project ./tsconfig.json",
"spell:check": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"create": "plop --plopfile scripts/plop/plopfile.js",
"test": "web-test-runner --group default",
"test:component": "web-test-runner -- --watch --group",
"test:watch": "web-test-runner --watch --group default",
"list-outdated-dependencies": "npm-check-updates --format repo --peer",
"update-dependencies": "npm-check-updates --peer -u && npm install",
"predeploy": "npm run build",
"deploy": "gh-pages -d docs"
},
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
"@floating-ui/dom": "^1.2.1",
"@lit-labs/react": "^1.1.1",
"composed-offset-position": "^0.0.4",
"lit": "^2.7.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.8",
"@iconify-json/fluent": "^1.1.18",
"@open-wc/testing": "^3.1.7",
"@types/mocha": "^10.0.1",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.15.0",
"@web/test-runner-commands": "^0.6.5",
"@web/test-runner-playwright": "^0.9.0",
"browser-sync": "^3.0.2",
"cem-plugin-vs-code-custom-data-generator": "^1.4.1",
"chalk": "^5.2.0",
"command-line-args": "^5.2.1",
"comment-parser": "^1.3.1",
"cspell": "^6.26.3",
"del": "^7.0.0",
"download": "^8.0.0",
"esbuild": "^0.16.17",
"esbuild-plugin-replace": "^1.4.0",
"eslint": "^8.45.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-lit": "^1.8.3",
"eslint-plugin-lit-a11y": "^2.4.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-wc": "^1.5.0",
"front-matter": "^4.0.2",
"get-port": "^6.1.2",
"gh-pages": "^5.0.0",
"globby": "^13.1.3",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jsonata": "^2.0.1",
"lint-staged": "^13.1.2",
"lunr": "^2.3.9",
"lunr-languages": "^1.10.0",
"marked": "^4.2.12",
"npm-check-updates": "^16.7.5",
"open": "^8.4.1",
"pascal-case": "^3.1.2",
"plop": "^3.1.2",
"postcss-html": "^1.5.0",
"postcss-lit": "^1.1.0",
"postcss-markdown": "^1.2.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"recursive-copy": "^2.0.14",
"sinon": "^15.0.1",
"source-map": "^0.7.4",
"strip-css-comments": "^5.0.0",
"stylelint": "^15.10.2",
"stylelint-config-concentric-order": "^5.1.0",
"stylelint-config-recommended": "^13.0.0",
"symlink-dir": "^5.1.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"user-agent-data-types": "^0.3.0"
},
"lint-staged": {
"*.{ts,js}": [
"eslint --max-warnings 0 --cache --fix",
"prettier --write"
]
}
}