-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
{
"name": "idimetrix.github.io",
"description": "CTO, Software Architect, Technical Lead, 3X Founder. Linking companies with top tech talents.",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": {
"name": "Dmitrii Selikhov",
"email": "[email protected]",
"url": "https://github.com/idimetrix"
},
"repository": {
"type": "git",
"url": "https://github.com/idimetrix/idimetrix.github.io.git"
},
"homepage": "https://github.com/idimetrix/idimetrix.github.io#readme",
"bugs": {
"url": "https://github.com/idimetrix/idimetrix.github.io/issues",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier . --write",
"type": "tsc --noEmit --incremental",
"format": "yarn run prettier && yarn run lint && yarn type",
"bootstrap": "yarn install && yarn run format"
},
"dependencies": {
"clsx": "2.1.1",
"framer-motion": "11.11.17",
"next": "15.0.3",
"react": "18.3.1",
"react-countup": "6.5.3",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-tsparticles": "2.12.2",
"react-typed": "2.0.12",
"swiper": "11.1.15",
"tailwind-merge": "2.5.4",
"tailwind-scrollbar": "3.1.0",
"tsparticles": "2.12.0",
"tsparticles-engine": "2.12.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-tailwindcss": "0.6.9",
"prettier-plugin-xml": "0.1.0",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}