-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.13 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.13 KB
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
{
"name": "kingshost.gitub.io",
"version": "0.6.8",
"description": "Website for King's Host book by Irinel-Ramona Florescu.",
"author": "Ionut-Cristian Florescu <ionut.florescu@gmail.com>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"lint": "eslint .",
"dev": "next dev",
"build-tools": "node tools/build-sitemap.js && node tools/build-manifest.js && node tools/adjust-static.js",
"build": "next build && next export && NODE_ENV=production yarn build-tools",
"start": "yarn build && serve out"
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@types/node": "^16.11.21",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"serve": "^13.0.2"
},
"dependencies": {
"classnames": "^2.3.1",
"lazysizes": "^5.3.1",
"lodash": "^4.17.21",
"next": "^8.1.0",
"prop-types": "^15.8.1",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"styled-jsx-plugin-stylus": "^0.0.4",
"stylus": "^0.56.0"
}
}