-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.62 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
{
"name": "joaobispo2077.com",
"version": "1.16.0",
"author": "joaobispo2077@gmail.com",
"description": "My personal portfólio with projects, works, studies, stories and services.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/joaobispo2077/joaobispo2077.com.git"
},
"keywords": [
"joaobispo2077.com",
"porfolio"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/joaobispo2077/joaobispo2077.com/issues"
},
"homepage": "https://github.com/joaobispo2077/joaobispo2077.com#readme",
"scripts": {
"release": "npx semantic-release --no-ci",
"dev": "next dev",
"build": "next build",
"prebuild": "npm run codegen:graphql",
"start": "next start",
"lint": "next lint",
"codegen:graphql": "cross-env DOTENV_CONFIG_PATH=./.env.local graphql-codegen -r dotenv/config --config codegen.graphql.yml",
"lint:fix": "eslint ./src/**/*.{js,ts,tsx} --fix",
"style:fix": "prettier --write ./src/**/*.{ts,tsx}",
"package:update": "npx npm-check -u"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.5",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@splinetool/react-spline": "^2.2.3",
"@vercel/analytics": "^1.0.0",
"cross-env": "^7.0.3",
"framer-motion": "^6.5.1",
"graphql": "^16.6.0",
"next": "^12.3.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-syntax-highlighter": "^15.5.0",
"urql": "^3.0.3"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@graphql-codegen/cli": "^2.13.1",
"@graphql-codegen/import-types-preset": "^2.2.3",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-urql": "^3.7.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/gtag.js": "^0.0.10",
"@types/node": "^17.0.39",
"@types/react": "^18.0.21",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-syntax-highlighter": "^15.5.5",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"husky": "^7.0.4",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"typescript": "^4.8.4"
}
}