-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.34 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.34 KB
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": "menhera-site",
"version": "1.1.1",
"description": "Only just somente apenas o repositório do site da Menhera uwu",
"main": "index.js",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"test": "jest --passWithNoTests",
"typecheck": "tsc -b && tsc -b cypress",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"npx cypress open\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ySnoopyDogy/MenheraSite.git"
},
"engines": {
"npm": "please-use-yarn",
"node": ">=22"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ySnoopyDogy/MenheraSite/issues"
},
"homepage": "https://github.com/ySnoopyDogy/MenheraSite#readme",
"dependencies": {
"@vercel/analytics": "^0.1.11",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"i18next": "^23.7.6",
"image-size": "^1.0.2",
"next": "12.1.6",
"next-i18next": "^15.0.0",
"react": "^18.2.0",
"react-cookie-consent": "^7.5.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3"
},
"devDependencies": {
"@jest/types": "^28.1.1",
"@next/eslint-plugin-next": "^11.1.2",
"@testing-library/dom": "^8.7.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.2.1",
"@types/gtag.js": "^0.0.7",
"@types/image-size": "^0.8.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.7",
"babel-jest": "^27.2.4",
"cypress": "^12.9.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"postcss": "^8.4.14",
"prettier": "^2.4.1",
"react-test-renderer": "^17.0.2",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4"
}
}