This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
150 lines (150 loc) · 5.68 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@reciprocity/zen-ui",
"version": "6.11.0",
"description": "Zen UI components library",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/interface.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/zen-ui/zen-ui.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"start": "yarn stencil:build && (yarn stencil:watch & yarn storybook:start)",
"build": "yarn stencil:build && yarn storybook:build",
"test": "stencil test --spec --watchAll --coverage",
"test:ci": "stencil test --spec --coverage",
"test:report": "open ./coverage/lcov-report/index.html",
"test:e2e": "yarn run test:e2e:interactive",
"test:e2e:interactive": "cypress open",
"test:e2e:headless": "docker run -it -v $PWD:/cypress -w /cypress cypress/included:6.2.1 --headless --browser chrome --config baseUrl=http://host.docker.internal:6006",
"test:e2e:update": "docker run -it -e CYPRESS_updateSnapshots=true -v $PWD:/cypress -w /cypress cypress/included:6.2.1 --headless --browser chrome --config baseUrl=http://host.docker.internal:6006",
"test:e2e:ci": "cypress run --headless --browser chrome --record --parallel",
"test:vrt": "yarn run test:e2e:headless --spec 'cypress/integration/visual/**'",
"test:vrt:update": "yarn test:e2e:update --spec 'cypress/integration/visual/**'",
"create-component": "stencil generate",
"stencil:start": "stencil build --dev --watch --serve",
"stencil:watch": "stencil build --watch",
"stencil:build": "stencil build --docs",
"prestencil:build": "rm -rf dist && rm -rf ./react/src/output",
"poststencil:build": "yarn react:fix",
"stencil:test:watch": "stencil test --spec --watchAll",
"storybook:start": "start-storybook --docs -p 6006",
"storybook:build": "build-storybook --docs -o public --quiet",
"storybook:theme": "start-storybook --docs -p 6006 --no-manager-cache",
"lint:check": "eslint --ext .js,.ts,.tsx cypress/ src/",
"lint": "eslint --fix $@",
"lint:all": "yarn lint --ext .js,.ts,.tsx cypress/ src/",
"lint:ci": "yarn lint:check",
"format:check": "prettier --check cypress/ src/",
"format": "prettier --write $@",
"format:all": "yarn format src/ cypress/",
"format:ci": "yarn format:check",
"typecheck": "tsc --noEmit",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"react:fix": "ts-node -O '{\"module\":\"commonjs\"}' ./react/transform",
"react:publish": "ts-node -O '{\"module\":\"commonjs\"}' ./react/publish"
},
"devDependencies": {
"@amanda-mitchell/semantic-release-npm-multiple": "2.5.0",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.5",
"@babel/preset-typescript": "7.13.0",
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/pro-light-svg-icons": "5.15.1",
"@fortawesome/pro-regular-svg-icons": "5.15.2",
"@fortawesome/pro-solid-svg-icons": "5.15.1",
"@open-wc/lit-helpers": "0.3.11",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@stencil/eslint-plugin": "0.3.1",
"@stencil/sass": "1.4.0",
"@stencil/react-output-target": "0.0.9",
"@storybook/addon-actions": "6.2.7",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-docs": "6.2.7",
"@storybook/addon-essentials": "6.2.7",
"@storybook/addon-links": "6.2.7",
"@storybook/addon-notes": "5.3.21",
"@storybook/html": "6.2.7",
"@storybook/preset-scss": "1.0.3",
"@storybook/theming": "6.2.7",
"@storybook/web-components": "6.2.7",
"@types/jest": "26.0.15",
"@types/lodash": "4.14.165",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.1",
"breakpoint-sass": "2.7.1",
"copy-webpack-plugin": "6.4.1",
"coveralls": "3.1.0",
"css-loader": "5.0.1",
"cypress": "6.2.1",
"cypress-image-snapshot": "4.0.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"husky": "5.1.3",
"jest": "26.6.3",
"jest-cli": "26.6.3",
"lint-staged": "10.5.4",
"lit-html": "1.3.0",
"node-sass": "5.0.0",
"pinst": "2.1.1",
"popper.js": "1.16.1",
"postcss": "8.1.7",
"postcss-loader": "4.0.4",
"prettier": "2.2.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-is": "16.13.0",
"regenerator-runtime": "0.13.7",
"sass-extract": "2.1.0",
"sass-extract-loader": "1.1.0",
"sass-loader": "10.1.0",
"semantic-release": "17.4.2",
"style-loader": "2.0.0",
"stylelint": "13.10.0",
"stylelint-config-standard": "20.0.0",
"ts-node": "9.1.1",
"typescript": "4.1.2",
"wait-on": "5.2.1",
"webpack": "~5.4.0",
"webpack-cli": "~4.2.0",
"sortablejs": "~1.13.0"
},
"license": "MIT",
"dependencies": {
"@stencil/core": "2.5.2",
"date-fns": "2.17.0",
"lodash": "4.17.20",
"query-selector-shadow-dom": "0.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reciprocity/zen-ui.git"
},
"keywords": [
"zen-ui"
],
"author": "Reciprocity Inc.",
"bugs": {
"url": "https://github.com/reciprocity/zen-ui/issues"
},
"homepage": "https://github.com/reciprocity/zen-ui#readme"
}