-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
141 lines (141 loc) · 4.64 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
{
"name": "@phase2/outline",
"version": "0.1.1",
"developmentVersion": "0.1.1",
"description": "Outline Component Design - Web Component Library by Phase2",
"main": "dist/outline.js",
"module": "dist/outline.js",
"es2015": "dist/outline-legacy.js",
"es2017": "dist/outline.js",
"unpkg": "dist/outline.js",
"private": true,
"storybook_port": 6042,
"workspaces": [
"./packages/*",
"./packages/components/*",
"./packages/deprecated/*",
"./packages/documentation/*",
"./packages/controllers/*",
"./packages/tools/*",
"./docs"
],
"files": [
"./packages/*/dist"
],
"author": {
"name": "Phase2 Technology",
"url": "https://phase2technology.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phase2/outline.git"
},
"license": "BSD-3-Clause",
"scripts": {
"analyze": "yarn build && wca analyze 'packages/**/*.ts' --outFiles '{dir}/../README.md'",
"build": "turbo run build --concurrency=100%",
"changeset": "changeset",
"changeset:publish": "yarn build && yarn changeset:version && yarn changeset publish",
"changeset:version": "changeset version",
"chromatic": "chromatic --build-script-name storybook:build --exit-zero-on-changes --skip '@(renovate/**|dependabot/**)'",
"clean": "npm-run-all -p clean:*",
"clean:dist": "rimraf dist && rimraf packages/**/dist",
"clean:turbo": "rimraf packages/**/.turbo",
"clean:storybook": "rimraf storybook-static",
"clean:css": "rimraf packages/**/*.lit.*",
"clean:maps": "rimraf packages/**/*.map",
"clean:types": "rimraf 'packages/**/!(component).d.ts'",
"dev": "yarn watch",
"fix": "yarn format && yarn lint",
"format": "npm-run-all -s format:*",
"format:code": "eslint --fix . && prettier --write .",
"generate": "npm-run-all -s generate:*",
"generate:md": "lit-analyzer packages/**/*.ts --format markdown",
"lint": "npm-run-all -s lint:eslint lint:prettier",
"lint:eslint": "eslint .",
"lint:tsc": "tsc --noEmit",
"lint:prettier": "prettier --check .",
"package": "turbo run package --filter=!./packages/**/@deprecated/*",
"rebuild": "yarn reset && yarn build",
"reset": "yarn clean && npm-run-all -s reset:*",
"reset:packages": "rimraf packages/**/node_modules",
"reset:root": "rimraf node_modules",
"reset:install": "yarn install",
"restart": "yarn reset && yarn start",
"start": "yarn dev",
"storybook": "storybook",
"storybook:build": "storybook build",
"test": "turbo run test",
"watch": "npm-run-all -p watch:*",
"watch:storybook": "yarn storybook dev -p ${npm_package_storybook_port}"
},
"keywords": [
"web-components",
"typescript",
"lit"
],
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@adobe/css-tools": "^4.3.0",
"@babel/core": "^7.18.13",
"@changesets/cli": "^2.24.3",
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@open-wc/testing": "^3.0.0-next.2",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-docs": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/web-components": "^7.6.17",
"@storybook/web-components-vite": "^7.6.17",
"@types/estree": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"chromatic": "^6.11.3",
"esbuild": "^0.15.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-storybook": "^0.6.15",
"gaze": "^1.1.3",
"lefthook": "^1.5.2",
"lint-staged": "^10.5.4",
"lit-analyzer": "^1.2.1",
"lit-html": "^2.3.1",
"npm-run-all": "^4.1.5",
"postcss": "8.4.8",
"postcss-discard-comments": "5.1.0",
"postcss-loader": "^7.0.1",
"postcss-nested-import": "^1.3.0",
"postcss-preset-env": "^7.8.1",
"prettier": "^2.0.4",
"prettier-plugin-tailwindcss": "^0.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^3.0.2",
"rsync": "^0.6.1",
"storybook": "^7.6.17",
"svgo": "^2.8.0",
"tailwindcss": "3.0.0",
"ts-lit-plugin": "^1.2.1",
"tsc": "^2.0.4",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vite": "^4.1.4"
},
"bugs": {
"url": "https://github.com/phase2/outline/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/phase2/outline#readme",
"_id": "@phase2/[email protected]",
"dependencies": {
"eslint-plugin-lit": "^1.11.0",
"lit": "^3.1.2"
}
}