-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 2.05 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
{
"name": "mart-dl",
"version": "0.0.8",
"description": "This library has been created with the purpose of testing the mart-dl repository, which is designed to facilitate the rapid and straightforward development of libraries using React, TypeScript, and Sass. Our library focuses on providing a versatile and efficient development environment for developers to create, test, and distribute their own React libraries effectively. We simplify the development process, allowing programming professionals to focus on crafting high-quality features and components, rather than being burdened by configuration and tedious tasks. Make the most of react-dev-lib to expedite your development and elevate your projects to the next level.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "npm run watch-dev",
"watch-sass": "sass --watch src/sass/index.scss:src/sass/index.css",
"build": "sass src/sass/index.scss:src/sass/index.css && pnpm run tsc",
"build:gen-files-sass": "node ./scripts/buildTokensToSass",
"tsc": "tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "https://github.com/jefferson-lopez-dev/mart-dl.git"
},
"keywords": [
"react",
"typescript",
"biblioteca",
"storybook"
],
"author": "Jefferson Lopez <jeffersonlopezmendoza343@gmail.com>",
"license": "MIT",
"dependencies": {
"mart-desing-token": "^1.1.1",
"mart-obj-to-sass": "^1.2.2",
"react": "^18",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/blocks": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/react-vite": "7.5.3",
"@storybook/testing-library": "0.2.2",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"storybook": "7.5.3",
"typescript": "^5.2.2"
}
}