forked from microsoft/fluentui-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.9 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
{
"name": "@fluentui-react-native/repo",
"version": "0.1.1",
"private": true,
"description": "",
"keywords": [],
"license": "MIT",
"author": "Jason Morse <jasonmo@microsoft.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/ui-fabric-react-native.git"
},
"scripts": {
"build": "lage build",
"build-tools": "lage build-tools",
"buildci": "lage buildci",
"bump-versions": "beachball bump",
"clean-all": "node ./scripts/clean-all.js",
"docs": "yarn workspace fluent-rn-website start",
"bundle": "lage bundle",
"clean": "lage clean",
"change": "beachball change",
"check-for-changed-files": "cd scripts && yarn fluentui-scripts checkForModifiedFiles",
"checkchange": "beachball check --changehint \"Run 'yarn change' to generate a change file\"",
"depcheck": "rnx-dep-check && lage depcheck",
"lint": "lage lint",
"preinstall": "node ./scripts/use-yarn-please.js",
"prettier": "lage prettier",
"prettier-fix": "lage prettier-fix",
"publish:beachball": "beachball publish --bump-deps -m\"📦 applying package updates ***NO_CI***\"",
"test": "lage test",
"test-links": "markdown-link-check"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0",
"@rnx-kit/dep-check": "^1.10.1",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"beachball": "^2.20.0",
"lage": "^1.5.0",
"markdown-link-check": "^3.8.7",
"metro-react-native-babel-preset": "^0.66.0",
"react-dom": "17.0.2"
},
"workspaces": {
"packages": [
"apps/*",
"packages/**",
"scripts"
]
},
"resolutions": {
"@appium/support": "^2.57.0",
"es5-ext": "0.10.53",
"jpeg-js": "^0.4.4",
"moment": "^2.29.4",
"shell-quote": "^1.7.3"
}
}