-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
{
"name": "@ogticrd/ui-kit",
"version": "0.10.0",
"description": "This is the ui kit of the Dominican state layout system. Here you will find a collection of components that will help you to follow the guidelines of the Dominican state.",
"author": "ogticrd",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"webpack-build-lib": "webpack --config webpack.config.js"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/material-icons": "^5.0.7",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.8",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"swiper": "^11.0.6",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@storybook/addon-essentials": "7.4.1",
"@storybook/addon-interactions": "7.4.1",
"@storybook/addon-links": "7.4.1",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "7.4.1",
"@storybook/nextjs": "7.4.1",
"@storybook/react": "7.4.1",
"@storybook/testing-library": "0.2.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"eslint-plugin-storybook": "^0.6.13",
"file-loader": "^6.2.0",
"storybook": "7.4.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}