-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
69 lines (69 loc) · 2.31 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
{
"name": "@jsfe/root",
"version": "0.0.0",
"private": true,
"homepage": "https://jsfe.js.org",
"description": "Effortless forms, with standards.",
"repository": {
"type": "git",
"url": "https://github.com/json-schema-form-element/jsfe"
},
"license": "ISC",
"author": {
"name": "Julian Cataldo",
"email": "[email protected]",
"url": "https://www.juliancataldo.com"
},
"type": "module",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"gen:manifests": "./scripts/manifests.sh",
"// test": "cd tests && pnpm test",
"// publish:dry": "pnpm lerna publish --dry-run",
"util:scaffold": "plop --plopfile scripts/scaffold/plopfile.js",
"util:sort": "keep-sorted packages/*/src/widgets/index.ts packages/*/src/styles.scss && sort-package-json packages/*/package.json"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.9.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.44.8",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"cem-plugin-vs-code-custom-data-generator": "^1.4.2",
"esbuild": "^0.19.8",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-lit": "^1.10.1",
"eslint-plugin-lit-a11y": "^4.1.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-tsdoc": "^0.2.17",
"lerna": "^8.0.0",
"prettier": "^3.1.0",
"remark": "^15.0.1",
"sort-package-json": "^2.6.0",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-order": "^6.0.3",
"tsx": "^4.6.1",
"turbo": "^1.10.16",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@custom-elements-manifest/to-markdown": "^0.1.0",
"plop": "^4.0.0"
},
"packageManager": "[email protected]"
}