-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "pearos-website",
"version": "1.0.0",
"description": "pearOS is a linux distribution that aims for UI and UX, offering a mac like feeling, now even on older PCs. Why hackintosh when you can pearintosh? Try it now, it's free!",
"keywords": [
"pearos",
"pear",
"linux",
"distro",
"pear linux"
],
"repository": {
"type": "git",
"url": "https://github.com/andreimuntean1/pearos-website.git"
},
"homepage": "https://pearos.xyz",
"author": {
"name": "Andrei Muntean",
"email": "contact@andreimuntean.dev",
"url": "https://andreimuntean.dev"
},
"license": "Pear Public License",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"disable-scroll": "^0.6.0",
"framer-motion": "^6.3.1",
"gsap": "^3.10.2",
"next": "12.1.4",
"react": "18.0.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.0.0",
"use-subscription": "^1.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}