-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
131 lines (131 loc) · 5.43 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
{
"name": "pharos",
"private": true,
"version": "0.0.1",
"description": "JSTOR's design system",
"scripts": {
"build:tokens": "yarn workspace @ithaka/pharos build:tokens",
"analyze": "yarn workspace @ithaka/pharos analyze",
"format": "prettier packages/* --write",
"lint": "yarn lint:lit-analyzer && yarn lint:eslint && yarn lint:styles && yarn lint:icons",
"lint:eslint": "eslint 'packages/**/*.{ts,tsx,js,jsx,mjs}'",
"lint:lit-analyzer": "lit-analyzer 'packages/*/src/**/!(*.css|*.test).ts' --strict --rules.no-missing-import off --rules.no-unknown-tag-name off",
"lint:styles": "stylelint 'packages/**/*.{scss,css}'",
"lint:icons": "svglint --ci packages/pharos/assets/icons/*.svg",
"test": "yarn workspace @ithaka/pharos test",
"test:cli": "yarn workspace @ithaka/pharos-cli test",
"watch:tsc": "yarn workspace @ithaka/pharos build:tsc:watch",
"watch:styles": "yarn workspace @ithaka/pharos build:styles:watch",
"build:core": "yarn workspace @ithaka/pharos build",
"storybook:build": "yarn storybook:setup && concurrently \"yarn storybook:wc:build\" \"yarn storybook:react:build\" \"yarn storybook:main:build\" --prefix=\"{command}\" --prefix-length=30",
"storybook:setup": "yarn build:core",
"prestorybook:wc": "yarn storybook:setup",
"storybook:wc": "yarn prestorybook:wc && yarn storybook:wc:start",
"storybook:wc:start": "storybook dev -c .storybook/wc -p 9000",
"prestorybook:wc:dev": "yarn storybook:setup",
"storybook:wc:dev": "yarn prestorybook:wc:dev && concurrently \"yarn:storybook:wc:start\" \"yarn:watch:styles\" --raw --kill-others",
"storybook:wc:build": "storybook build -c .storybook/wc -o .storybook-static/wc",
"prestorybook:react": "yarn storybook:setup",
"storybook:react": "yarn prestorybook:react && yarn storybook:react:start",
"storybook:react:start": "storybook dev -c .storybook/react -p 9001",
"prestorybook:react:dev": "yarn storybook:setup",
"storybook:react:dev": "yarn prestorybook:react:dev && concurrently \"yarn:storybook:react:start\" \"yarn:watch:styles\" --raw --kill-others",
"storybook:react:build": "storybook build -c .storybook/react -o .storybook-static/react",
"storybook:main:dev": "storybook dev -c .storybook/main -p 9002",
"storybook:main:build": "storybook build -c .storybook/main -o .storybook-static/main",
"build-storybook": "yarn storybook:build",
"presite:build": "yarn build:core",
"site:build": "yarn presite:build && yarn workspace @ithaka/pharos-site build",
"presite:develop": "yarn build:core",
"site:develop": "yarn presite:develop && yarn workspace @ithaka/pharos-site develop",
"site:serve": "yarn workspace @ithaka/pharos-site serve",
"site:clean": "yarn workspace @ithaka/pharos-site clean",
"release": "changeset publish",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ithaka/pharos.git"
},
"author": "ITHAKA",
"license": "MIT",
"bugs": {
"url": "https://github.com/ithaka/pharos/issues"
},
"homepage": "https://github.com/ithaka/pharos#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@emotion/babel-plugin": "^11.13.5",
"@size-limit/preset-small-lib": "^11.1.6",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@storybook/web-components": "^8.4.7",
"@storybook/web-components-vite": "^8.4.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"all-contributors-cli": "^6.26.1",
"concurrently": "^9.1.0",
"cssnano": "^7.0.6",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-wc": "^2.2.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lit": "^2.8.0",
"lit-analyzer": "^2.0.3",
"markdown-toc": "^1.2.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.82.0",
"size-limit": "^11.1.6",
"storybook": "^8.4.7",
"stylelint": "^16.11.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.10.0",
"svglint": "^3.1.0",
"vite": "^5.4.11"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"size-limit": [
{
"path": "packages/pharos/lib/index.js"
}
],
"resolutions": {
"@lit-labs/scoped-registry-mixin": "1.0.1"
},
"packageManager": "yarn@4.5.3"
}