-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.24 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
{
"name": "vendittelli",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "nx build --no-cloud",
"commit": "git-cz",
"deploy": "nx deploy --no-cloud",
"prepare": "husky install",
"start": "nx serve --no-cloud",
"test": "nx test --no-cloud"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@csstools/normalize.css": "12.0.0",
"animejs": "3.2.1",
"classnames": "2.3.2",
"core-js": "3.32.2",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"react-router-dom": "6.15.0",
"regenerator-runtime": "0.14.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@babel/preset-react": "7.22.15",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cz-commitlint": "17.7.1",
"@nx/cypress": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/node": "16.8.1",
"@nx/react": "16.8.1",
"@nx/web": "16.8.1",
"@nx/webpack": "16.8.1",
"@nx/workspace": "16.8.1",
"@prettier/plugin-xml": "2.2.0",
"@testing-library/react": "14.0.0",
"@types/animejs": "3.1.8",
"@types/jest": "29.5.5",
"@types/lodash": "4.14.198",
"@types/node": "18.17.17",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"babel-jest": "29.7.0",
"commitizen": "4.3.0",
"concurrently": "8.2.1",
"cypress": "13.2.0",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"inquirer": "9.2.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "2.4.5",
"pretty-quick": "3.1.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"volta": {
"node": "18.17.1",
"yarn": "1.22.19"
}
}