-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
29 lines (29 loc) · 894 Bytes
/
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
{
"name": "react-enlightenment",
"version": "1.0.0",
"description": "Written by [Cody Lindley](http://codylindley.com/) sponsored by — [Frontend Masters](https://frontendmasters.com/)",
"main": "index.js",
"scripts": {
"start": "honkit serve",
"build": "honkit build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrontendMasters/react-enlightenment.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrontendMasters/react-enlightenment/issues"
},
"homepage": "https://github.com/FrontendMasters/react-enlightenment#readme",
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-standard": "^4.1.0",
"gitbook-plugin-jsfiddle": "^1.0.3",
"honkit": "^5.0.0"
}
}