-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "@basmilius/website",
"description": "The frontend source code of bas.dev",
"license": "MIT",
"private": true,
"version": "24.0.0",
"author": {
"email": "[email protected]",
"name": "Bas Milius",
"url": "https://bas.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/basmilius/website.git"
},
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"export": "next export",
"start": "next start -p 8080"
},
"browserslist": [
"last 2 versions",
">0.25%",
"not IE 11",
"not dead"
],
"dependencies": {
"@babel/core": "^7.24.9",
"@basmilius/effects-common": "^1.0.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"babel-plugin-react-compiler": "latest",
"classnames": "^2.5.1",
"framer-motion": "^11.3.17",
"next": "canary",
"next-view-transitions": "^0.2.0",
"react": "canary",
"react-dom": "canary",
"sharp": "^0.33.4",
"tslib": "^2.6.3"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"css-class-generator": "^2.0.0",
"sass": "^1.77.8",
"typescript": "^5.5.4"
}
}