-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 965 Bytes
/
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
{
"name": "stianlarsen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,less,md,scss}\""
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@stianlarsen/border-beam": "^1.0.9",
"@stianlarsen/copy-to-clipboard": "^1.0.4",
"@stianlarsen/meteors": "^1.0.9",
"@stianlarsen/react-code-preview": "^1.1.8",
"@stianlarsen/react-fade-effects": "^1.0.6",
"@stianlarsen/react-light-beam": "^1.0.10",
"next": "14.2.15",
"react-gradient-animation": "^1.0.6",
"react-icons": "^5.3.0",
"react-pdf": "^9.1.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"prettier": "^3.3.3",
"typescript": "^5"
}
}