-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "hexlet-comparator",
"version": "0.1.0",
"private": true,
"cacheDirectories": [
".next/cache"
],
"scripts": {
"test": "jest",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"simple-git-hooks": {
"pre-push": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@jest/globals": "^27.5.1",
"ajv": "^8.11.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"classnames": "^2.3.1",
"devicon": "^2.15.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^25.7.0",
"js-yaml": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"lodash": "^4.17.21",
"next": "^12.1.6",
"next-i18next": "^9.2.0",
"next-seo": "^4.29.0",
"react": "17.0.2",
"react-bootstrap": "^2.4.0",
"react-dom": "^17.0.2",
"sass": "^1.52.2",
"source-map": "^0.7.3"
},
"devDependencies": {
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"babel-jest": "^27.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.6",
"jest": "^27.5.1",
"npm-check-updates": "^12.5.12",
"simple-git-hooks": "^2.8.0"
}
}