-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
{
"name": "abhijithvijayan-website",
"version": "1.0.0",
"node": ">=8 <11",
"private": true,
"author": "abhijithvijayan",
"description": "abhijithvijayan website",
"repository": "https://github.com/abhijithvijayan/abhijithvijayan.in.git",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"serve": "next build && next export"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"body-scroll-lock": "^2.6.4",
"bootstrap": "^4.3.1",
"hamburgers": "^1.1.3",
"html-react-parser": "^0.9.1",
"marked": "^0.7.0",
"next": "^9.0.7",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^0.17.0",
"next-images": "^1.2.0",
"normalize.css": "^8.0.1",
"react": "^16.10.1",
"react-bootstrap": "^1.0.0-beta.12",
"react-dom": "^16.10.1",
"react-sidebar": "^3.0.2",
"styled-components": "^4.4.0",
"tiny-frontmatter": "^1.0.0",
"wowjs": "^1.1.3"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.5.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-onepass": "1.3.5",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"raw-loader": "^3.1.0",
"sass-extract": "^2.1.0",
"sass-extract-js": "^0.4.0",
"sass-extract-loader": "^1.1.0"
}
}