-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.09 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
{
"name": "cra-template-design-sytem-and-gitflow",
"version": "1.0.10",
"description": "React Folders Structure is an Atomic Design-based design system, providing an efficient folder structure for ReactJS projects. With intuitively organized components, services, and validations, this system facilitates code maintenance and scalability. It includes tools such as ESLint and Prettier, and a complete style guide, to ensure clean and consistent code.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ReactJS",
"design",
"design systems",
"sass",
"javascript",
"prettier",
"eslintrc",
"jest"
],
"author": "Kevin Parra Lopez <[email protected]>",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Kevinparra535/design-sytem-and-gitflow-javascript.git"
},
"bugs": {
"url": "https://github.com/Kevinparra535/design-sytem-and-gitflow-javascript/issues"
},
"homepage": "https://github.com/Kevinparra535/design-sytem-and-gitflow-javascript#readme"
}