-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
74 lines (74 loc) · 2.4 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
{
"name": "@lyyti/design-system",
"description": "Lyyti Design System",
"homepage": "https://lyytioy.github.io/lyyti-design-system",
"version": "4.4.0",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"scripts": {
"dev": "storybook dev -p 6006",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"check-types": "tsc",
"test-storybook": "test-storybook",
"build-storybook": "npm ci && storybook build -o docs-build",
"build": "rm -rf dist/* && tsc --project tsconfig.release.json && cp -r src/fonts dist && cp -r src/styles dist && cp package.json dist && cp README.md dist",
"bump": "npm --no-git-tag-version version",
"generate-icon": "npx @svgr/cli --typescript --template templateSvgIcon.ts -d src/icons --ext tsx $npm_config_path"
},
"resolutions": {
"**/@emotion/styled": "^11.0.0"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "5.15.13",
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "5.15.14",
"@mui/x-data-grid": "6.19.6",
"@mui/x-data-grid-pro": "6.19.6",
"@mui/x-date-pickers": "6.19.7",
"@mui/x-license-pro": "6.10.2",
"@mui/x-tree-view": "6.17.0"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@date-io/dayjs": "3.0.0",
"@date-io/moment": "3.0.0",
"@storybook/addon-actions": "8.0.5",
"@storybook/addon-essentials": "8.0.0",
"@storybook/addon-links": "8.0.5",
"@storybook/addon-styling-webpack": "1.0.0",
"@storybook/addon-themes": "8.0.5",
"@storybook/manager-api": "8.0.0",
"@storybook/nextjs": "8.0.0",
"@storybook/react": "8.0.0",
"@storybook/test-runner": "0.17.0",
"@svgr/cli": "8.1.0",
"@types/node": "20.11.30",
"@types/react": "18.2.70",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.5.0",
"babel-loader": "9.1.3",
"dayjs": "1.11.10",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-storybook": "0.8.0",
"moment": "2.30.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "8.0.5",
"typescript": "5.4.2",
"webpack": "5.90.3"
},
"main": "index.js",
"types": "index.d.ts",
"repository": "[email protected]:lyytioy/lyyti-design-system.git",
"author": "Lyyti Oy <[email protected]>",
"license": "MIT"
}