-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 5.29 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 5.29 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
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "nx-react-code-sharing",
"version": "0.0.0",
"license": "MIT",
"repository": "https://github.com/BoBeenLee/nx-react-code-sharing-starter",
"private": true,
"author": "BoBeenLee",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"build:affected:all": "nx affected --target=build --all",
"eslint": "nx run-many --target=lint --all",
"eslint:fix": "nx run-many --target=lint --configuration=fix --all",
"test": "nx test",
"test:affected": "nx affected --target=test --base=master~1 --head=master",
"dev": "nx run nextjs-app:serve",
"ui-components:new": "plop ui-components",
"ui-components:storybook": "nx run shared-ui-components:storybook",
"build-storybook": "nx run-many --target=build-storybook --projects=shared-ui-components",
"nextjs-app:start": "nx run nextjs-app:serve",
"nextjs-app:start:qa": "env-cmd -f ./apps/nextjs-app/.qa.env nx run nextjs-app:serve",
"nextjs-app:release": "nx run nextjs-app:release",
"nextjs-app:deploy:production": "nx run nextjs-app:deploy:production",
"nextjs-app:analyze": "env-cmd -f ./apps/nextjs-app/.analyze.env nx run nextjs-app:serve",
"standalone-nextjs-app:start": "nx run standalone-nextjs-app:serve",
"standalone-nextjs-app:release": "nx run standalone-nextjs-app:release",
"standalone-nextjs-app:deploy:production": "nx run standalone-nextjs-app:deploy:production",
"rn-app:start": "nx run rn-app:start",
"rn-app:run-ios": "cp ./apps/rn-app/.dev.env ./apps/rn-app/.env && nx run rn-app:run-ios",
"rn-app:run-ios:qa": "cp ./apps/rn-app/.qa.env ./apps/rn-app/.env && nx run rn-app:run-ios",
"rn-app:release": "nx run rn-app:release",
"sdk:build": "nx run sdk:build",
"sdk:publish": "nx run sdk:publish"
},
"dependencies": {
"@nrwl/next": "15.4.2",
"axios": "^0.27.2",
"core-js": "^3.29.1",
"express": "^4.17.3",
"hoist-non-react-statics": "^3.3.2",
"immer": "^9.0.12",
"next": "13.0.0",
"qs": "^6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.70.6",
"react-native-web": "^0.18.12",
"react-primitives": "^0.8.1",
"regenerator-runtime": "0.13.7",
"tslib": "^2.3.0",
"zustand": "^3.7.1"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.20.1",
"@next/bundle-analyzer": "^12.2.3",
"@nrwl/cli": "15.4.2",
"@nrwl/cypress": "15.4.2",
"@nrwl/detox": "15.4.2",
"@nrwl/eslint-plugin-nx": "15.4.2",
"@nrwl/jest": "15.4.2",
"@nrwl/linter": "15.4.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.4.2",
"@nrwl/react-native": "15.4.2",
"@nrwl/storybook": "15.4.2",
"@nrwl/web": "15.4.2",
"@nrwl/workspace": "15.4.2",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/cli": "9.3.2",
"@react-native-community/cli-platform-android": "10.1.3",
"@react-native-community/cli-platform-ios": "9.3.0",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.5.16",
"@storybook/addon-viewport": "^6.5.10",
"@storybook/addons": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/core-server": "6.5.9",
"@storybook/manager-webpack5": "6.5.9",
"@storybook/react": "6.5.9",
"@storybook/storybook-deployer": "^2.8.12",
"@svgr/webpack": "^6.5.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "5.3.0",
"@testing-library/react": "13.4.0",
"@testing-library/react-native": "11.5.0",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-native": "0.70.6",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"auto-changelog": "^2.4.0",
"babel-jest": "28.1.3",
"babel-loader": "8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-native-web": "^0.18.9",
"cypress": "^9.1.0",
"detox": "20.0.3",
"env-cmd": "^10.1.0",
"eslint": "8.15.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "28.1.3",
"jest-circus": "27.5.1",
"jest-environment-jsdom": "^29.0.3",
"jest-jasmine2": "28.1.1",
"jest-react-native": "18.0.0",
"metro": "0.72.3",
"metro-babel-register": "0.73.3",
"metro-react-native-babel-preset": "0.73.3",
"metro-resolver": "0.73.3",
"nx": "15.4.2",
"plop": "^3.1.1",
"prettier": "2.7.1",
"react-native-config": "1.4.11",
"react-native-svg": "13.6.0",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "18.2.0",
"release-it": "^14.12.5",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"url-loader": "^3.0.0"
},
"storybook-deployer": {
"gitUsername": "GH Pages Bot",
"gitEmail": "cultist_tp@naver.com",
"commitMessage": "Deploy Storybook to GitHub Pages"
}
}