-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 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
55
56
57
58
59
60
61
62
63
{
"name": "sangam.dev",
"version": "0.1.0",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sangamcse/portfolio.git"
},
"author": "Sangam Kumar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sangamcse/portfolio/issues"
},
"homepage": "https://www.sangam.dev",
"scripts": {
"dev": "next dev -p 3535",
"build": "next build",
"start": "next start",
"lint": "next lint && stylelint --fix --config stylelint.config.js src/styles/*.scss",
"lint:quick": "yarn lint && pretty-quick --staged",
"prepare": "husky install"
},
"dependencies": {
"@mapbox/rehype-prism": "0.8.0",
"@pondorasti/remark-img-links": "1.0.8",
"@tailwindcss/typography": "0.5.4",
"@vercel/node": "2.5.8",
"autoprefixer": "10.4.8",
"classnames": "2.3.1",
"feed": "4.2.2",
"glob": "7.2.3",
"gray-matter": "4.0.3",
"lodash": "4.17.21",
"luxon": "3.0.1",
"next": "12.2",
"next-mdx-remote": "4.1.0",
"next-seo": "5.5.0",
"postcss": "8.4.16",
"postcss-preset-env": "7.8.0",
"react": "17.0",
"react-dom": "17.0",
"react-spring": "8.0.27",
"sass": "1.54.5",
"tailwindcss": "3.1.8"
},
"devDependencies": {
"@babel/core": "7.18.10",
"babel-eslint": "10.1.0",
"babel-plugin-inline-react-svg": "2.0.1",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"stylelint": "14.11.0",
"stylelint-config-standard-scss": "5.0.0",
"stylelint-scss": "4.3.0",
"vercel": "28.1.0"
}
}