forked from neekware/fulleststack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.63 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
{
"name": "fulleststack",
"version": "0.0.2",
"license": "MIT",
"author": "Val Neekman",
"repository": {
"type": "git",
"url": "git+https://github.com/neekware/FullestStack.git"
},
"bugs": {
"url": "https://github.com/neekware/FullestStack.git/issues"
},
"homepage": "https://github.com/neekware/FullestStack.git",
"scripts": {
"nx": "node ./node_modules/@nrwl/cli/bin/nx.js",
"start": "yarn nx serve",
"build": "yarn nx build",
"test": "yarn nx test",
"lint": "yarn nx lint",
"<----- Workspace Maintenance Related ----->": "",
"prepare": "husky install",
"<----- Workspace Related ----->": "",
"format:check": "nx format:check",
"format:write": "nx format:write",
"format:all": "./node_modules/.bin/prettier --write \"./apps/**/*{.ts,.tsx,.html,.js,.jsx,.json}\" \"./libs/**/*{.ts,.tsx,.html,.js,jsx,.json}\" \"./tools/**/*{.ts,.html,.js,.json}\"",
"lint:all": "yarn nx run-many --target=lint --all --parallel",
"dep:graph": " yarn nx dep-graph --file=graph/index.html --focus=avidtrader-e2e",
"<----- Utils Related ----->": "",
"loc": "yarn ts-node ./tools/utils/loc.ts",
"lic": "yarn ts-node ./tools/utils/lic.ts",
"<----- Prisma Related ----->": "",
"prisma": "node ./node_modules/.bin/prisma",
"p:m:c": "yarn prisma migrate dev --create-only --schema=apps/avidtrader/prisma/schema.prisma",
"p:m:a": "yarn prisma migrate deploy --schema=apps/avidtrader/prisma/schema.prisma",
"p:m:d": "yarn prisma migrate dev --schema=apps/avidtrader/prisma/schema.prisma",
"p:g": "yarn prisma generate --schema=apps/avidtrader/prisma/schema.prisma",
"p:s": "yarn prisma db seed --schema=apps/avidtrader/prisma/schema.prisma",
"p:v": "yarn prisma studio --schema=apps/avidtrader/prisma/schema.prisma"
},
"prisma": {
"seed": "ts-node ./apps/avidtrader/prisma/seed.ts"
},
"importSort": {
".js, .ts": {
"style": "module",
"parser": "typescript"
}
},
"private": true,
"dependencies": {
"@expo/metro-config": "0.3.10",
"@nrwl/next": "13.8.3",
"@prisma/client": "^3.10.0",
"autoprefixer": "^10.4.2",
"bcrypt": "^5.0.1",
"core-js": "^3.6.5",
"expo": "44.0.6",
"expo-dev-client": "0.8.4",
"expo-splash-screen": "0.14.2",
"expo-status-bar": "1.2.0",
"expo-structured-headers": "2.1.1",
"expo-updates": "0.11.6",
"next": "12.1.0",
"postcss": "^8.4.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.64.3",
"react-native-gesture-handler": "2.1.0",
"react-native-reanimated": "2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.2",
"react-native-svg": "12.1.1",
"react-native-svg-transformer": "1.0.0",
"react-native-web": "0.17.5",
"regenerator-runtime": "0.13.7",
"tailwind-rn": "^4.2.0",
"tailwindcss": "^3.0.23",
"tslib": "^2.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nrwl/cli": "13.8.3",
"@nrwl/cypress": "13.8.3",
"@nrwl/detox": "13.9.4",
"@nrwl/eslint-plugin-nx": "13.8.3",
"@nrwl/expo": "^13.9.0",
"@nrwl/jest": "13.8.3",
"@nrwl/linter": "13.8.3",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "13.8.3",
"@nrwl/react-native": "^13.8.5",
"@nrwl/tao": "13.8.3",
"@nrwl/web": "13.8.3",
"@nrwl/workspace": "13.8.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/jest-native": "4.0.4",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/react-native": "9.0.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/react-native": "0.64.3",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-jest": "27.2.3",
"commander": "2.20.3",
"cypress": "^9.1.0",
"detox": "19.5.1",
"eslint": "~8.7.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"expo-cli": "5.3.0",
"husky": "^7.0.4",
"jest": "27.2.3",
"jest-circus": "27.2.3",
"jest-expo": "44.0.1",
"markdown-replace-section": "^0.4.0",
"metro-resolver": "0.66.2",
"prettier": "^2.5.1",
"prisma": "^3.10.0",
"prisma-dbml-generator": "^0.8.3",
"react-test-renderer": "17.0.2",
"sass": "1.43.2",
"ts-jest": "27.0.5",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "~4.5.2"
}
}