-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.97 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
{
"name": "@johnsonandjohnson/mettle-components",
"description": "Reusable UI Web Component elements.",
"version": "1.17.0",
"license": "Apache-2.0",
"main": "index.js",
"private": false,
"scripts": {
"lint": "./node_modules/.bin/eslint --fix -c ./.eslintrc --ext .js ./src",
"pretest": "npm run lint",
"test": "npm run unit",
"unit": "./node_modules/.bin/karma start test/unit/karma.config.js",
"storybook": "start-storybook -p 6006 --docs --no-manager-cache",
"build-storybook": "build-storybook --docs -o docs",
"release": "./node_modules/.bin/standard-version"
},
"keywords": [
"custom elements",
"elements",
"front-end",
"javascript",
"jnj",
"j&j",
"johnsonandjohnson",
"johnson&johnson",
"mettle",
"ui",
"web",
"web components",
"web-components"
],
"repository": "johnsonandjohnson/mettle-components",
"author": "",
"bugs": {
"url": "https://github.com/johnsonandjohnson/mettle-components/issues"
},
"homepage": "https://github.com/johnsonandjohnson/mettle-components#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/html": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/theming": "^6.5.16",
"@whitespace/storybook-addon-html": "^5.1.1",
"babel-loader": "^9.1.2",
"core-js": "^3.28.0",
"eslint": "^8.34.0",
"jasmine-core": "^4.5.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-webpack": "^5.0.0",
"markdown-it": "^13.0.1",
"nyc": "^15.1.0",
"standard-version": "^9.5.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}