-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.34 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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@iugu/iux",
"version": "0.0.0-development",
"description": "iugu Storybook Project",
"main": "src/js/index.js",
"scripts": {
"test": "jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes",
"build-css": "postcss ./src/css/tailwind.css -o ./dist/index.css",
"test-storybook": "test-storybook",
"semantic-release": "semantic-release",
"prettier": "prettier --write ."
},
"release": {
"branches": [
"main"
]
},
"keywords": [
"iugu",
"ux",
"ui",
"iux",
"storybook",
"components"
],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/iugu/iux.git"
},
"bugs": {
"url": "https://github.com/iugu/iux/issues"
},
"homepage": "https://github.com/iugu/iux#readme",
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-mdx-gfm": "^7.6.10",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.6.10",
"@storybook/client-logger": "^7.6.10",
"@storybook/html": "^7.6.10",
"@storybook/jest": "^0.1.0",
"@storybook/manager-api": "^7.6.10",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.6.10",
"@storybook/react-webpack5": "^7.6.10",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/theming": "^7.6.10",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.14",
"chromatic": "^6.17.4",
"cssnano": "^6.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"prettier": "2.8.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"semantic-release": "^21.0.2",
"storybook": "^7.6.10",
"storybook-dark-mode": "^3.0.0",
"tailwindcss": "^3.3.2"
},
"jest": {
"moduleNameMapper":{
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
}
}
}