forked from Dream-Transcendence/ft_transcendence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
{
"name": "ft_transcendence",
"private": true,
"version": "1.0.0",
"repository": "https://github.com/Dream-Transcendence/ft_transcendence.git",
"description": "project ft_transcendence",
"author": "Team BJS <[email protected]>",
"license": "MIT",
"workspaces": {
"packages": [
"packages/**"
]
},
"scripts": {
"lint": "eslint './packages/**/*.{ts,tsx}'",
"lint:fix": "eslint --fix './packages/**/*.{ts,tsx}'",
"format:fix": "prettier --write 'packages/**/*.{ts,tsx}'",
"commit": "cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji-conventional"
}
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/socket.io": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "^1.3.2-canary.2",
"cz-emoji-conventional": "^1.0.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.5",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
},
"dependencies": {
"@nestjs/platform-express": "^9.1.6",
"@nestjs/schedule": "^2.1.0",
"axios": "^0.27.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21",
"react-hooks": "^1.0.1",
"react-loading": "^2.0.3",
"recoil": "^0.7.5"
}
}