-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.64 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": "mia_template_service_name_placeholder",
"version": "0.0.1",
"type": "module",
"packageManager": "[email protected]",
"license": "SEE LICENSE IN LICENSE",
"files": [
"dist",
"LICENSE"
],
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"check-types": "tsc --noEmit --skipLibCheck",
"lint": "eslint . --ext ts,tsx --ignore-path .gitignore",
"test": "echo \"TODO\"",
"coverage": "echo \"TODO\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@micro-lc/back-kit-engine": "^1.0.19",
"antd": "^5.21.6",
"handlebars": "^4.7.8",
"lit": "^3.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@mia-platform/console-types": "^0.24.1",
"@mia-platform/eslint-config-mia": "^3.0.0",
"@micro-lc/compose-toolkit": "^0.2.1",
"@micro-lc/composer": "^2.2.0",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-links": "^8.4.1",
"@storybook/blocks": "^8.4.1",
"@storybook/test": "^8.4.1",
"@storybook/web-components": "^8.4.1",
"@storybook/web-components-vite": "^8.4.1",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-storybook": "^0.10.2",
"storybook": "^8.4.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"engines": {
"node": ">=v20"
}
}