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 0
/
package.json
58 lines (58 loc) · 1.99 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
{
"name": "@smartive-education/design-system-component-library-musketeers",
"version": "0.0.0-development",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com",
"tag": "latest"
},
"files": [
"dist"
],
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js"
},
"./preset": "./dist/tailwind-preset-config-musketeers.js",
"./main": "./dist/main.css"
},
"scripts": {
"build": "rm -rf dist && yes | npm run build-icons && tsc && npm run copy-tailwind-preset && npm run copy-main-css",
"build-icons": "npx @svgr/[email protected] --config-file \".svgrrc.js\" --out-dir ./src/components/icons -- ./src/assets/icons && npm run lint:fix:icons:index",
"copy-tailwind-preset": "cp ./tailwind-preset-config-musketeers.js dist",
"copy-main-css": "cp ./src/main.css dist",
"build-storybook": "build-storybook",
"storybook": "start-storybook -p 6006",
"lint": "eslint src/components",
"lint:fix": "eslint src/components --fix",
"lint:fix:icons:index": "eslint src/components/icons/index.js --fix"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@smartive/eslint-config": "^3.1.1",
"@smartive/prettier-config": "^3.0.0",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^5.5.0",
"@tsconfig/node16": "^1.0.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"eslint": "^8.29.0",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
}
}