@momentum-design/components 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -60
package/package.json
CHANGED
@@ -16,73 +16,14 @@
|
|
16
16
|
"files": [
|
17
17
|
"./dist/"
|
18
18
|
],
|
19
|
-
"scripts": {
|
20
|
-
"analyze": "yarn analyze:prebuild && yarn analyze:postbuild",
|
21
|
-
"analyze:postbuild": "echo \"script 'analyze:postbuild' has not been implemented\"",
|
22
|
-
"analyze:prebuild": "echo \"script 'analyze:prebuild' has not been implemented\"",
|
23
|
-
"dev": "concurrently --names 'manifest,storybook' -c 'blue.bold,magenta.bold' 'yarn:dev:generate-manifest' 'yarn:dev:storybook'",
|
24
|
-
"dev:generate-manifest": "custom-elements-manifest analyze --config config/custom-elements-manifest.config.js",
|
25
|
-
"dev:storybook:setup": "concurrently --names 'copy:icons,copy:fonts' -c 'cyan.bold,blue.bold' 'yarn copy:icons storybook' 'yarn copy:fonts storybook'",
|
26
|
-
"dev:storybook": "yarn dev:storybook:setup && storybook dev -p 6006 -c config/storybook",
|
27
|
-
"build:browser:e2e": "node config/esbuild/esbuild-e2e.config.js",
|
28
|
-
"build:browser": "node config/esbuild/esbuild.config.js",
|
29
|
-
"build:module": "tsc --project \"./tsconfig.module.json\"",
|
30
|
-
"build": "yarn build:module && yarn build:browser",
|
31
|
-
"clean": "yarn clean:dist",
|
32
|
-
"clean:dist": "rimraf ./dist",
|
33
|
-
"copy:tokens": "node scripts/copyTokens.js",
|
34
|
-
"copy:icons": "node scripts/copyIcons.js",
|
35
|
-
"copy:fonts": "node scripts/copyFonts.js",
|
36
|
-
"docs": "echo \"script 'docs' has not been implemented\"",
|
37
|
-
"publish": "yarn publish:npmjs",
|
38
|
-
"publish:npmjs:prepare": "node scripts/prepareForPublish.js",
|
39
|
-
"publish:npmjs": "yarn publish:npmjs:prepare && yarn npm publish --access=public",
|
40
|
-
"test": "yarn test:prebuild && yarn test:postbuild",
|
41
|
-
"test:postbuild": "yarn test:e2e",
|
42
|
-
"test:prebuild": "echo \"script 'test:prebuild' has not been implemented\"",
|
43
|
-
"test:e2e:report": "yarn playwright show-report",
|
44
|
-
"test:e2e:setup": "concurrently --names 'copy:tokens,copy:icons,copy:fonts' -c 'magenta.bold,cyan.bold,blue.bold' 'yarn copy:tokens' 'yarn copy:icons playwright' 'yarn copy:fonts playwright' && yarn build:browser:e2e",
|
45
|
-
"test:e2e": "playwright test --config './config/playwright/playwright.config.ts'",
|
46
|
-
"test:e2e:ui": "yarn test:e2e --ui",
|
47
|
-
"build-storybook": "storybook build -c config/storybook",
|
48
|
-
"clean:plop": "rimraf ./config/plop/dist",
|
49
|
-
"build:plop": "yarn clean:plop && node ./config/plop/esbuild.config.plop.js",
|
50
|
-
"generate:component": "yarn build:plop && plop --plopfile config/plop/dist/plopfile.mjs"
|
51
|
-
},
|
52
19
|
"dependencies": {
|
53
20
|
"@lit-labs/context": "^0.5.1",
|
54
21
|
"lit": "^3.1.4"
|
55
22
|
},
|
56
|
-
"devDependencies": {
|
57
|
-
"@axe-core/playwright": "^4.9.1",
|
58
|
-
"@custom-elements-manifest/analyzer": "^0.10.3",
|
59
|
-
"@momentum-design/fonts": "*",
|
60
|
-
"@momentum-design/icons": "*",
|
61
|
-
"@momentum-design/tokens": "*",
|
62
|
-
"@playwright/test": "^1.45.3",
|
63
|
-
"@storybook/addon-a11y": "^8.2.5",
|
64
|
-
"@storybook/addon-controls": "^8.2.5",
|
65
|
-
"@storybook/addon-essentials": "^8.2.5",
|
66
|
-
"@storybook/addon-links": "^8.2.5",
|
67
|
-
"@storybook/blocks": "^8.2.5",
|
68
|
-
"@storybook/manager-api": "^8.2.5",
|
69
|
-
"@storybook/theming": "^8.2.5",
|
70
|
-
"@storybook/web-components": "^8.2.5",
|
71
|
-
"@storybook/web-components-vite": "^8.2.5",
|
72
|
-
"chalk": "^4.1.2",
|
73
|
-
"concurrently": "^8.2.2",
|
74
|
-
"esbuild": "^0.23.0",
|
75
|
-
"eslint-plugin-lit": "^1.14.0",
|
76
|
-
"fs-extra": "^11.2.0",
|
77
|
-
"plop": "^4.0.1",
|
78
|
-
"rimraf": "^6.0.1",
|
79
|
-
"storybook": "^8.2.5",
|
80
|
-
"typescript": "^4.8.4"
|
81
|
-
},
|
82
23
|
"peerDependencies": {
|
83
24
|
"@momentum-design/fonts": "*",
|
84
25
|
"@momentum-design/icons": "*",
|
85
26
|
"@momentum-design/tokens": "*"
|
86
27
|
},
|
87
|
-
"version": "0.0.
|
28
|
+
"version": "0.0.14"
|
88
29
|
}
|