-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.04 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
{
"name": "react-formz",
"packageManager": "yarn@3.2.3",
"version": "1.2.0",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "yarn workspace @zerry/react-formz-core test && yarn workspace @zerry/react-formz test",
"documentation:build": "yarn workspace @zerry/react-formz-documentation build",
"documentation:start": "yarn workspace @zerry/react-formz-documentation start",
"web:build": "yarn workspace @zerry/react-formz build",
"web:publish": "cd packages/react-formz-web && npm publish --access public",
"native:publish": "cd packages/react-formz-native && npm publish --access public",
"native:build": "yarn workspace @zerry/react-formz-native build",
"build": "nx run workspace:packages:build",
"check-types": "nx run workspace:check-types"
},
"devDependencies": {
"@nrwl/jest": "^16.8.1",
"@types/prettier": "^2.7.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"lerna": "^6.6.2",
"prettier": "2.6.2"
},
"dependencies": {
"nx": "^16.8.1"
},
"private": true
}