-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "anodyne",
"version": "0.1.0",
"private": true,
"description": "Bawal starts here! 😎",
"repository": {
"type": "git",
"url": "[email protected]:bawalhq/anodyne.git"
},
"author": {
"name": "Sayak Sarkar",
"email": "[email protected]",
"url": "https://sayak.in"
},
"contributors": [
{
"name": "Soumya Deb",
"email": "[email protected]",
"url": "https://debs.io"
},
{
"name": "Swarnava Sengupta",
"email": "[email protected]",
"url": "https://swarnava.in"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3"
}
}