-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
117 lines (117 loc) · 4.44 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
{
"name": "@boiler/boiler",
"version": "0.0.1",
"description": "Monorepo for the B01LER Design System",
"main": "",
"types": "",
"scripts": {
"start": "yarn tokens:generate && yarn workspace @boiler/ui-library start:storybook",
"build:storybook-and-js-example": "yarn build:storybook && yarn build:js-example:prod",
"join-publish:storybook-and-js-example": "cp -R packages/ui-library/storybook-static dist && cp -R packages/js-example-app/dist dist/js-example-app",
"build:storybook": "yarn workspace @boiler/ui-library build:storybook",
"serve:js-example": "yarn workspace @boiler/js-example-app serve",
"build:ui-library": "yarn workspace @boiler/ui-library build && yarn workspace @boiler/ui-library compile",
"build:js-example": "yarn build:ui-library && yarn workspace @boiler/js-example-app build",
"build:js-example:prod": "yarn build:ui-library && yarn workspace @boiler/js-example-app build:prod",
"lint": "yarn workspace @boiler/ui-library lint",
"format": "yarn workspace @boiler/ui-library format:eslint && yarn workspace @boiler/ui-library format:prettier",
"test:ui-library": "yarn workspace @boiler/ui-library test",
"build-and-test:ui-library": "yarn build:ui-library && yarn workspace @boiler/ui-library test",
"test": "yarn build-and-test:ui-library",
"doc:install": "deven-documentation-skeleton install",
"doc:check": "deven-documentation-skeleton check",
"doc:update": "deven-documentation-skeleton update",
"compile:icons": "yarn workspace @boiler/icons compile:icons",
"compile": "yarn workspace @boiler/ui-library compile",
"analyze": "yarn workspace @boiler/ui-library analyze",
"tokens:generate": "yarn workspace @boiler/figma-design-tokens tokens:generate",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deven-org/BO1LER-Kitchen.git"
},
"private": true,
"workspaces": [
"packages/*"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/deven-org/BO1LER-Kitchen/issues"
},
"homepage": "https://github.com/deven-org/BO1LER-Kitchen#readme",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-proposal-decorators": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"@babel/preset-typescript": "^7.23.0",
"@boiler/figma-design-tokens": "0.0.1",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@deven-org/documentation-skeleton": "^2.1.0",
"@open-wc/testing": "3.1.7",
"@storybook/addon-a11y": "7.4.6",
"@storybook/addon-actions": "7.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addons": "7.4.6",
"@storybook/cli": "7.4.6",
"@storybook/manager-api": "7.4.6",
"@storybook/theming": "7.4.6",
"@storybook/web-components": "7.4.6",
"@storybook/web-components-webpack5": "7.4.6",
"@types/query-selector-shadow-dom": "^1.0.1",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.15.0",
"babel-loader": "^9.1.3",
"chalk": "^5.2.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"ejs": "^3.1.9",
"eslint": "^8.53.0",
"eslint-webpack-plugin": "^3.2.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"lit-analyzer": "^2.0.2",
"lit-html": "^2.6.1",
"lodash.camelcase": "4.3.0",
"mini-css-extract-plugin": "^2.7.2",
"pa11y-ci": "3.0.1",
"postcss-lit": "^1.0.1",
"prettier": "2.8.3",
"query-selector-shadow-dom": "^1.0.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"svgo": "^3.0.2",
"ts-lit-plugin": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@geometricpanda/storybook-addon-badges": "^2.0.2",
"@lit-labs/react": "^1.1.1",
"http-server": "^14.1.1",
"lit": "^2.7.4",
"nested-css-to-flat": "^1.0.5",
"rimraf": "^5.0.5"
},
"engines": {
"node": "^18",
"yarn": "^4.1.0"
}
}