-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.55 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
{
"name": "contact-eletrification",
"version": "1.0.3",
"author": "Kayo Souza",
"description": "A website that calculates the charge of two or more objects after they are touched together",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "~14.2.9",
"@total-typescript/ts-reset": "~0.6.1",
"@types/node": "~22.5.4",
"@types/react": "~18.3.5",
"@types/react-dom": "~18.3.0",
"@types/uuid": "~10.0.0",
"@vercel/analytics": "~1.3.1",
"autoprefixer": "~10.4.20",
"next": "~14.2.9",
"postcss": "~8.4.45",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "~5.3.0",
"react-toastify": "~10.0.5",
"sass": "^1.78.0",
"tailwind-merge": "~2.5.2",
"tailwindcss": "~3.4.10",
"typescript": "~5.6.2",
"uuid": "~10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alphka/Contact-Electrification.git"
},
"bugs": {
"url": "https://github.com/Alphka/Contact-Electrification/issues"
},
"homepage": "https://github.com/Alphka/Contact-Electrification",
"keywords": [
"contact",
"electrification",
"physics",
"calculator",
"charge",
"touch",
"triboelectric",
"touch",
"effect"
],
"overrides": {
"postcss": "$postcss"
},
"browserslist": [
"Chrome >= 87",
"ChromeAndroid >= 115",
"Android >= 125",
"Edge >= 87",
"Firefox >= 89",
"Opera >= 73",
"Safari >= 13.1",
"iOS >= 13.4",
"defaults or > 0.2% and fully supports es6 and not dead"
],
"engines": {
"node": ">=18.17"
},
"type": "module"
}