-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.41 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
{
"name": "@epa-wg/custom-element-test",
"version": "0.0.20",
"description": "binary distribution, test, and storybook project for custom-element",
"browser": "dist/custom-element.js",
"module": "dist/custom-element.js",
"exports": {
".": "./dist/custom-element.js",
"./package.json": "./package.json",
"./CustomElement": "./dist/custom-element.js",
"./LocalStorageElement": "./dist/local-storage.js",
"./HttpRequestElement": "./dist/http-request.js"
},
"files": [
"*"
],
"scripts": {
"clean": "bash bin/clean.sh",
"postinstall": "bash bin/postinstall.sh",
"start": "bash bin/start.sh",
"test": "web-test-runner --coverage --node-resolve",
"test:watch": "web-test-runner --watch --node-resolve",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"storybook:build": "build-storybook",
"build": "npm run clean && bash bin/build.sh && build-storybook",
"prepublishOnly": "npm run build && npm run test",
"chromatic": "npx chromatic --project-token=91dee44317cd",
"sb": "npm run storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EPA-WG/custom-element-test.git"
},
"keywords": [
"WebComponent",
"Declarative Custom Element",
"XSLT",
"JS",
"javascript"
],
"author": {
"name": "Sasha Firsov",
"email": "[email protected]",
"url": "https://blog.firsov.net/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/EPA-WG/custom-element/issues"
},
"homepage": "https://github.com/EPA-WG/custom-element#readme",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/sashafirsov"
},
"dependencies": {
"@epa-wg/custom-element": "0.0.20"
},
"devDependencies": {
"@open-wc/testing": "3.1.7",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/web-components": "^6.5.16",
"@web/dev-server-import-maps": "0.0.8",
"@web/test-runner": "0.15.0",
"babel-loader": "9.1.2",
"chromatic": "6.17.2",
"esbuild": "0.17.15",
"html-loader": "4.2.0",
"msw": "1.2.1",
"msw-storybook-addon": "1.8.0"
},
"readme": "README.md",
"_id": "@epa-wg/[email protected]",
"msw": {
"workerDirectory": ""
}
}