-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
150 lines (150 loc) · 5.02 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "natds",
"displayName": "NatDS Root",
"private": true,
"description": "Natura Design System - A collection of components used by Natura Cosmeticos",
"license": "ISC",
"keywords": [
"Design System",
"design-system",
"Natura",
"Natura Design System"
],
"author": "Natura Cosméticos <[email protected]>",
"contributors": [
{
"name": "Ariel Flor",
"email": "[email protected]"
},
{
"name": "Daniel Castro",
"email": "[email protected]"
},
{
"name": "Jimmy Andrade",
"email": "[email protected]",
"url": "https://github.com/jimmyandrade"
},
{
"name": "Matheus Robert Lichtnow",
"email": "[email protected]"
},
{
"name": "Vagner Saraiva",
"email": "[email protected]"
},
{
"name": "Vicente Lyrio",
"email": "[email protected]"
},
{
"name": "Vinícius Ponciano",
"email": "[email protected]"
}
],
"homepage": "https://github.com/natura-cosmeticos/natds-js#readme",
"repository": {
"type": "git",
"url": "https://github.com/natura-cosmeticos/natds.git"
},
"scripts": {
"bootstrap": "lerna bootstrap --hoist --strict",
"build": "lerna run build",
"build:storybook": "lerna run build:storybook:ci",
"clean": "lerna clean",
"commit": "git cz",
"lint": "lerna run lint",
"lint:fix": "yarn lint --fix",
"lerna": "lerna",
"lerna:prerelease:version": "lerna version --conventional-commits --conventional-prerelease --no-changelog",
"lerna:prerelease:version:ci": "yarn lerna:prerelease:version --force-git-tag --yes",
"lerna:prerelease:publish": "lerna publish from-git --canary --ignore-prepublish",
"lerna:prerelease:publish:ci": "yarn lerna:prerelease:publish --yes",
"lerna:release:version": "lerna version --allow-branch main --conventional-commits --conventional-graduate",
"lerna:release:version:ci": "yarn lerna:release:version --create-release github --yes",
"lerna:release:publish": "lerna publish from-git --dist-tag latest --ignore-prepublish",
"lerna:release:publish:ci": "yarn lerna:release:publish --yes",
"lerna:graduate:version": "lerna version --conventional-commits --conventional-graduate",
"lerna:graduate:version:ci": "yarn lerna:graduate:version --yes",
"prepare": "BUILD=production",
"reinstall": "yarn clean && rm -rf node_modules && rm -rf yarn.lock",
"release:local": "yarn build && lerna publish --no-push --registry http://localhost:4873",
"release:local:revert": "git reset --hard HEAD~1 && git tag | xargs git tag -d",
"test": "yarn build && lerna run test --stream",
"test:ci": "lerna run test:ci --",
"version": "echo $npm_package_version",
"watch": "concurrently \"cd packages/styles && yarn watch\" \"cd packages/web && yarn watch\""
},
"workspaces": {
"packages": [
"packages/styles",
"packages/web",
"packages/react"
],
"nohoist": [
"**/create-react-class",
"**/create-react-class/**",
"**/@date-io/fns",
"**/@date-io/fns/**",
"**/@material-ui/pickers",
"**/@material-ui/pickers/**"
]
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/preset-env": "7.16.11",
"@babel/preset-flow": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@naturacosmeticos/eslint-config-natds": "0.0.5",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "8.3.1",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-actions": "6.4.19",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addons": "6.4.19",
"@storybook/react": "6.4.19",
"@storybook/theming": "6.4.19",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.1",
"babel-loader": "8.2.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"commitizen": "4.2.4",
"concurrently": "6.5.1",
"cz-lerna-changelog": "2.0.3",
"eslint": "7.32.0",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-image-snapshot": "4.5.1",
"jest-transform-file": "1.1.1",
"lerna": "4.0.0",
"loki": "0.28.1",
"react-docgen-typescript-loader": "3.7.2",
"rollup": "2.70.1",
"rollup-plugin-node-polyfills": "0.2.1",
"shelljs": "0.8.5",
"storybook-addon-themes": "6.1.0",
"ts-loader": "8.3.0",
"typescript": "4.6.2",
"webpack-merge": "5.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"resolutions": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@types/react": "17.0.39"
}
}