-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.96 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.96 KB
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
{
"name": "@boiler/boiler",
"version": "0.3.0",
"description": "Monorepo for the B01LER Design System",
"main": "",
"types": "",
"scripts": {
"start:storybook": "yarn tokens:generate && yarn compile:icons && yarn workspace @boiler/ui-library start:storybook",
"build:js-example-app": "yarn workspace @boiler/js-example-app build:dev",
"start:js-example-app": "yarn workspace @boiler/js-example-app start:dev",
"build:storybook": "yarn tokens:generate && yarn compile:icons && yarn workspace @boiler/ui-library build:storybook",
"build:ui-library": "yarn tokens:generate && yarn compile:icons && yarn workspace @boiler/ui-library build && yarn workspace @boiler/ui-library compile",
"lint": "yarn workspace @boiler/ui-library lint",
"format": "yarn workspace @boiler/ui-library format:eslint && yarn workspace @boiler/ui-library format:prettier",
"test": "yarn build:ui-library && yarn workspace @boiler/ui-library test",
"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",
"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/boiler.git"
},
"private": true,
"workspaces": [
"packages/*"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/deven-org/boiler/issues"
},
"homepage": "https://github.com/deven-org/boiler#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",
"@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",
"lodash.camelcase": "4.3.0",
"mini-css-extract-plugin": "^2.7.2",
"pa11y-ci": "3.0.1",
"postcss-styled-syntax": "^0.6.4",
"prettier": "3.2.5",
"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": "^15.11.0",
"stylelint-config-standard": "^35.0.0",
"svgo": "^3.0.2",
"ts-lit-plugin": "^2.0.1",
"typescript": "^5.3.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@geometricpanda/storybook-addon-badges": "^2.0.2",
"http-server": "^14.1.1",
"json-to-ts": "^2.1.0",
"nested-css-to-flat": "^1.0.5",
"rimraf": "^5.0.5"
},
"engines": {
"node": "18.18.0",
"yarn": "^4.1.0"
}
}