-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.46 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
{
"name": "app-name",
"version": "1.0.0",
"private": true,
"description": "App Description",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"deploy:master": "node scripts/deployMaster.js",
"start": "next start",
"svg": "svgr -d src/comoponents/icons src/components/icons/svgs",
"lint": "eslint ./src --ext .ts,.tsx,.js,.jsx --cache",
"lint:fresh": "eslint",
"lint:fix": "eslint ./src --ext .ts,.tsx,.js,.jsx --cache --fix",
"lint:ci": "eslint ./src --ext .ts,.tsx,.js,.jsx",
"test": "jest --coverage",
"test:ci": "jest --coverage --maxWorkers=2",
"test:watch": "jest --watch --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masterborn/"
},
"license": "ISC",
"homepage": "https://github.com/masterborn/",
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "16.0.5",
"@contentful/rich-text-react-renderer": "15.17.0",
"@svgr/cli": "8.0.1",
"axios": "1.4.0",
"contentful": "10.4.0",
"embla-carousel": "4.5.3",
"next": "13.4.12",
"next-compose-plugins": "2.2.1",
"next-svgr": "0.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.2",
"react-player": "2.12.0",
"react-query": "3.39.3",
"react-tabs": "6.0.2",
"react-use": "17.4.0",
"smoothscroll-polyfill": "0.4.4",
"styled-components": "6.0.6"
},
"devDependencies": {
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.3",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react-query": "1.2.9",
"@types/styled-components": "5.1.26",
"babel-plugin-styled-components": "2.1.4",
"eslint": "8.46.0",
"@next/eslint-plugin-next": "13.4.12",
"@tanstack/eslint-plugin-query": "4.32.1",
"@typescript-eslint/eslint-plugin": "5.59.11",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"jest": "29.6.2",
"jest-styled-components": "7.1.1",
"jest-environment-jsdom": "29.6.2",
"prettier": "3.0.0",
"stylelint": "15.10.2",
"stylelint-config-standard": "34.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "5.1.6"
}
}