-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
61 lines (61 loc) · 1.37 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
{
"name": "fb",
"version": "1.0.0",
"description": "UI Facebook clone of facebook",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"apps/*",
"services/*"
]
},
"scripts": {
"generate": "plop --plopfile scripts/generators/plopfile.ts",
"dev": "turbo dev",
"build": "turbo build",
"preview": "turbo preview",
"lint": "turbo lint",
"lint:types": "turbo lint:types",
"format": "turbo format",
"pkg:check": "npx manypkg check",
"pkg:fix": "npx manypkg fix"
},
"keywords": [
"react",
"facebook clone",
"next",
"recoil",
"typescript",
"ui",
"facebook",
"ui",
"redux",
"web",
"styled-components",
"monorepo"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jhony-24/facebook-clone/issues"
},
"homepage": "https://github.com/jhony-24/facebook-clone#readme",
"dependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@fb/eslint-config": "1.0.0",
"@fb/tsconfig": "1.0.0",
"@manypkg/cli": "^0.21.1",
"eslint": "^8.56.0",
"eslint-config-turbo": "^1.11.2",
"husky": "^8.0.3",
"plop": "^4.0.1",
"prettier": "^3.1.1",
"turbo": "^1.11.2"
},
"devDependencies": {
"rimraf": "^5.0.5",
"stylelint": "^16.1.0",
"stylelint-config-standard-scss": "^12.0.0"
}
}