-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "artist-portfolio",
"description": "A awesome artist portfolio",
"keywords": [
"portfolio",
"artist",
"personal website"
],
"homepage": "https://github.com/SatvikVirmani/nextjs-artist-portfolio#readme",
"bugs": {
"url": "https://github.com/SatvikVirmani/nextjs-artist-portfolio/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Satvik Virmani",
"email": "[email protected]",
"url": "https://satvikvirmani.medium.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/SatvikVirmani/nextjs-artist-portfolio.git"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"firebase": "^8.6.8",
"framer-motion": "^4.1.17",
"nanoid": "^3.1.23",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-reveal": "^1.2.2",
"swiper": "^6.7.5",
"next-offline": "^5.0.5"
},
"devDependencies": {
"@types/react": "17.0.11",
"autoprefixer": "^10.2.6",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.2",
"typescript": "4.3.4"
}
}