This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
generated from ost-cas-fee-adv-22-23/cas-fee-adv-design-system-tpl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.7 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
{
"name": "design-system-component-library-yeahyeahyeah-workspaces",
"scripts": {
"dev": "cd packages/app && yarn dev",
"dev:build": "yarn build_local && cd packages/app && yarn dev",
"start": "cd packages/app && yarn start",
"build": "cd packages/design-system-component-library-yeahyeahyeah && yarn build",
"build_local": "cd packages/design-system-component-library-yeahyeahyeah && yarn build_local",
"build-app": "yarn build && cd packages/app && yarn build",
"build-icons": "npx @svgr/cli --typescript --icon 16px --out-dir ./packages/design-system-component-library-yeahyeahyeah/components/icon/components -- ./packages/design-system-component-library-yeahyeahyeah/components/icon/svg",
"watch": "cd packages/design-system-component-library-yeahyeahyeah && yarn watch",
"storybook": "cd packages/design-system-component-library-yeahyeahyeah && yarn storybook",
"build-storybook": "cd packages/design-system-component-library-yeahyeahyeah && yarn build-storybook",
"format:check": "prettier --check packages/**/*.{js,ts,tsx,css,json} --config ./.prettierrc",
"format": "prettier --write packages/**/*.{js,ts,tsx,css,json} --config ./.prettierrc",
"lint": "eslint packages/**/*.{js,ts,tsx,json} --no-error-on-unmatched-pattern",
"lint:fix": "eslint --fix packages/**/*.{js,ts,tsx,json} --no-error-on-unmatched-pattern"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"babelMacros": {
"twin": {
"config": "./../../tailwind.config.js",
"preset": "styled-components"
}
},
"private": true,
"license": "MIT",
"dependencies": {
"npm": "^9.2.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "16.17.1"
}
}