-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
121 lines (121 loc) · 4.3 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
{
"name": "@tylertech/forge",
"version": "3.4.0",
"description": "Tyler Forge™ Web Components library",
"license": "Apache-2.0",
"author": "Tyler Technologies, Inc.",
"keywords": [
"tyler forge",
"web components",
"custom elements"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tyler-technologies-oss/forge.git"
},
"scripts": {
"prepare": "husky",
"build": "forge build",
"start": "vite serve src/dev",
"prestorybook": "npm run cem",
"storybook": "storybook dev -p 6006",
"prebuild-storybook": "npm run cem",
"build-storybook": "storybook build",
"lint": "forge lint",
"test": "wtr --coverage --watch --group lib",
"test:playwright": "wtr --watch --group lib --playwright --browsers chromium webkit firefox",
"test:focus": "wtr --coverage --watch --group",
"test:ci": "wtr --group lib",
"test:forge": "forge test",
"ci:test": "npm run test:ci && npm run ci:test:forge",
"ci:test:forge": "forge test --once --ci --no-coverage",
"ci:package": "tar -czvhf dist/deployment-assets.tar.gz -C dist/cdn .",
"serve:coverage": "http-server -c 1 -o -p 9875 dist/coverage/html",
"release": "auto shipit",
"cem": "custom-elements-manifest analyze --config custom-elements-manifest.config.mjs --outdir dist/cem",
"postversion": "cd dist/release/@tylertech/forge && npm version $npm_package_version --no-git-tag-version --no-commit-hooks --ignore-scripts",
"prettier": "prettier --write \"**/*.{ts,js,html,md,mdx,css,scss,yaml,json}\"",
"prettier:check": "prettier --check \"**/*.{ts,js,html,md,mdx,css,scss,yaml,json}\"",
"generate:component": "plop component",
"generate:tokens": "plop tokens"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@tylertech/forge-core": "^3.1.0",
"@tylertech/tyler-icons": "^1.12.0",
"imask": "^6.6.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.3.0",
"@auto-it/first-time-contributor": "^11.3.0",
"@auto-it/npm": "^11.3.0",
"@chromatic-com/storybook": "^3.2.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@open-wc/testing": "4.0.0",
"@storybook/addon-a11y": "^8.4.5",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-measure": "^8.4.5",
"@storybook/addon-themes": "^8.4.5",
"@storybook/addon-viewport": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/manager-api": "^8.4.5",
"@storybook/preview-api": "^8.4.5",
"@storybook/test": "^8.4.5",
"@storybook/theming": "^8.4.5",
"@storybook/web-components": "^8.4.5",
"@storybook/web-components-vite": "^8.4.5",
"@tylertech-eslint/eslint-plugin": "^2.1.0",
"@tylertech/forge-cli": "^3.1.0",
"@tylertech/stylelint-rules": "^5.1.0",
"@types/cssbeautify": "^0.3.5",
"@types/jasmine": "^5.1.4",
"@types/karma": "^6.3.9",
"@types/karma-fixture": "^0.2.8",
"@types/node": "^20.14.2",
"@types/webpack-env": "^1.18.5",
"@web/dev-server-esbuild": "1.0.2",
"@web/dev-server-rollup": "^0.6.4",
"@web/test-runner": "0.19.0",
"@web/test-runner-junit-reporter": "^0.7.2",
"@web/test-runner-playwright": "^0.11.0",
"auto": "^11.3.0",
"cem-plugin-custom-jsdoc-tags": "^1.1.2",
"commitlint": "^19.6.0",
"cssbeautify": "^0.3.1",
"custom-element-vs-code-integration": "^1.4.1",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-prettier": "^5.2.1",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"karma-fixture": "^0.2.6",
"lint-staged": "^15.2.10",
"lit": "^3.2.1",
"plop": "^4.0.1",
"prettier": "3.3.3",
"remark-gfm": "^4.0.0",
"rollup-plugin-scss": "^4.0.0",
"sass": "1.77.6",
"sinon": "^18.0.0",
"storybook": "^8.4.5",
"storybook-addon-tag-badges": "^1.2.1",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.10.0",
"stylelint-config-prettier": "^9.0.5",
"typescript": "~5.4.5",
"vite": "^5.4.11",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-full-reload": "^1.2.0",
"vite-tsconfig-paths": "^5.1.3"
},
"overrides": {
"sass": "1.77.6"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}