forked from brandingbrand/flagship
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 6.08 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 6.08 KB
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
{
"private": true,
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "rimraf packages/*/dist",
"reset:modules": "rimraf node_modules yarn.lock packages/*/node_modules",
"reset": "yarn reset:modules & yarn clean",
"lint:ts": "fscodestyle",
"lint:md": "markdownlint --ignore \"{**/@(node_modules|Pods)/**/*.md,**/CHANGELOG.md}\" \"**/*.md\"",
"lint": "run-p lint:ts lint:md",
"prepare": "lerna run prepare",
"prepare:fscodestyle": "lerna run --stream --scope @brandingbrand/fscodestyle prepare",
"test": "jest --colors --config jest.json",
"dev:storybook": "start-storybook -p 9001 -c .storybook",
"build:storybook": "build-storybook -o docs/storybook -c .storybook",
"release": "lerna publish",
"tsc:watch": "lerna run --parallel tsc:watch",
"testproject:init": "lerna run --stream --scope @brandingbrand/fstestproject init",
"testproject:run-ios": "run-p testproject:run-bundler tsc:watch testproject:compile-ios",
"testproject:run-android": "run-p testproject:run-bundler tsc:watch testproject:compile-android",
"testproject:run-bundler": "lerna run --stream --scope @brandingbrand/fstestproject start",
"testproject:compile-ios": "lerna run --stream --scope @brandingbrand/fstestproject compile-ios",
"testproject:compile-android": "lerna run --stream --scope @brandingbrand/fstestproject compile-android",
"testproject:build-web": "lerna run --stream --scope @brandingbrand/fstestproject build-web",
"testproject:start-server-dev": "lerna run --stream --scope @brandingbrand/fstestproject start:server-dev",
"testproject:start-server-prod": "lerna run --stream --scope @brandingbrand/fstestproject start:server-prod",
"ship:init": "lerna run --stream --scope @brandingbrand/pirateship init",
"ship:init-web": "lerna run --stream --scope @brandingbrand/pirateship init:web",
"ship:run-ios": "run-p ship:run-bundler tsc:watch ship:compile-ios",
"ship:run-android": "run-p ship:run-bundler tsc:watch ship:compile-android",
"ship:run-bundler": "lerna run --stream --scope @brandingbrand/pirateship start",
"ship:build-ios": "lerna run --stream --scope @brandingbrand/pirateship build-ios",
"ship:build-web-demo": "lerna run --stream --scope @brandingbrand/pirateship build-web-demo",
"ship:compile-ios": "lerna run --stream --scope @brandingbrand/pirateship compile-ios",
"ship:compile-android": "lerna run --stream --scope @brandingbrand/pirateship compile-android",
"ship:compile-web": "lerna run --stream --scope @brandingbrand/pirateship compile-web",
"ship:android-jetify": "lerna run --stream --scope @brandingbrand/pirateship init:android-jetify",
"ship:android-jetify-reverse": "lerna run --stream --scope @brandingbrand/pirateship init:android-jetify-reverse",
"ship:start-server-dev": "lerna run --stream --scope @brandingbrand/pirateship start:server-dev",
"ship:start-server-prod": "lerna run --stream --scope @brandingbrand/pirateship start:server-prod",
"ship:start-server-ssr": "lerna run --stream --scope @brandingbrand/pirateship start:server-ssr",
"ship:build-web": "lerna run --stream --scope @brandingbrand/pirateship build-web",
"ship:build-ssr": "lerna run --stream --scope @brandingbrand/pirateship build-ssr",
"build:docs": "typedoc --tsconfig ./tsconfig/tsconfig.docs.json",
"docs": "run-s build:docs build:storybook",
"tsc": "echo 'Cannot run tsc from top level of monorepo; run \"yarn prepare\" instead' && exit 1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@brandingbrand/greenkeeper-lockfile": "^0.0.1",
"@commitlint/cli": "^8.3.1",
"@commitlint/config-conventional": "^8.3.1",
"@commitlint/config-lerna-scopes": "^8.3.1",
"@commitlint/travis-cli": "^8.3.1",
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/cli": "^4.7.0",
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-knobs": "^6.1.14",
"@storybook/addon-viewport": "^6.1.14",
"@storybook/addons": "~6.1.14",
"@storybook/react": "^6.1.14",
"@strictsoftware/typedoc-plugin-monorepo": "^0.2.1",
"@types/credit-card-type": "^7.0.0",
"@types/i18n-js": "^3.0.0",
"@types/jest": "^24.0.22",
"@types/jwt-decode": "^2.2.1",
"@types/lodash-es": "^4.17.1",
"@types/memoize-one": "^5.1.2",
"@types/pluralize": "^0.0.29",
"@types/qs": "^6.5.1",
"@types/loadable__component": "^5.13.1",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-native": "^0.63.18",
"@types/react-native-i18n": "^2.0.0",
"@types/react-native-touch-id": "^4.0.0",
"@types/react-redux": "^7.0.0",
"@types/react-router-dom": "^5.1.2",
"@types/redux-logger": "^3.0.6",
"@types/url-parse": "^1.4.1",
"babel-jest": "^25.1.0",
"babel-loader": "~8.0.6",
"core-js": "^3.0.0",
"coveralls": "^3.0.2",
"husky": "^4.0.2",
"jest": "^25.1.0",
"jetifier": "^1.6.4",
"lerna": "^3.18.5",
"markdownlint-cli": "^0.23.1",
"metro-react-native-babel-preset": "^0.59.0",
"npm-run-all": "^4.1.3",
"react": "^16.13.1",
"react-art": "^16.4.0",
"react-dom": "^16.9.0",
"react-native": "^0.63.2",
"react-native-navigation": "^6.0.0",
"react-native-svg": "^10.0.0",
"react-native-web": "^0.13.12",
"react-native-web-modal": "^1.0.1",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"ts-loader": "^6.0.0",
"typedoc": "^0.15.0",
"typescript": "^4.0.2",
"webpack": "^4.41.2"
},
"greenkeeper": {
"commitMessages": {
"dependencyUpdate": "fix: update ${dependency} to version ${version}",
"devDependencyUpdate": "chore: update ${dependency} to version ${version}"
}
},
"resolutions": {
"handlebars": "^4.5.3",
"https-proxy-agent": "^2.2.3",
"terser-webpack-plugin": "^1.4.2",
"marked": "^0.7.0",
"websocket-extensions": "^0.1.4",
"react-dev-utils": "^11.0.0",
"immer": "^8.0.1"
},
"workspaces": [
"packages/*"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
"pre-commit": "npm-run-all prepare -p lint test"
}
}
}