-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1010 Bytes
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
{
"name": "cfde-wheel",
"version": "1.0.7",
"description": "CFDE Navigation Wheel",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build:dccs": "node script/update_dccs.ts",
"build": "node script/update_dccs.ts && tsup src/index.tsx",
"lint": "tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [
"CFDE"
],
"author": "Erol Evangelista",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^5.17.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.8",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@storybook/addon-docs": "^9.0.4",
"@storybook/addon-onboarding": "^9.0.4",
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
"@storybook/react-webpack5": "^9.0.4",
"storybook": "^9.0.4"
}
}