-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
85 lines (85 loc) · 2.25 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
85
{
"name": "portfolio",
"description": "portfolio",
"version": "0.1.2",
"private": true,
"engines": {
"node": ">=18",
"npm": ">=8",
"yarn": ">=1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npm run build && next start",
"lint": "next lint",
"prepare": "husky",
"commitlint": "commitlint --edit",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@next/third-parties": "^14.1.2",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@types/bcrypt": "^5.0.2",
"@types/react-vertical-timeline-component": "^3.3.6",
"bcrypt": "^5.1.1",
"cli-highlight": "^2.1.11",
"dotenv": "^16.4.5",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.5",
"lodash": "^4.17.21",
"mariadb": "^3.3.0",
"mysql2": "^3.9.8",
"next": "^14.2.10",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^5.26.3",
"react-vertical-timeline-component": "^3.6.0",
"sequelize": "^6.37.1",
"sequelize-cli": "^6.6.2",
"sqlite": "^5.1.1"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@icongo/cg": "^1.2.0",
"@icongo/fc": "^1.2.0",
"@icongo/ic": "^1.2.0",
"@icongo/iu": "^1.2.0",
"@icongo/lg": "^1.2.0",
"@icongo/pp": "^1.2.0",
"@icongo/si": "^1.2.0",
"@icongo/sk": "^1.2.0",
"@icongo/sn": "^1.2.0",
"@icongo/sti": "^1.2.0",
"@icongo/vl": "^1.2.0",
"@next/bundle-analyzer": "^14.1.2",
"@types/node": "^20.11.24",
"@types/react": "^18.2.60",
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"husky": "^9.0.11",
"postcss": "^8.4.23",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}