-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "next-esx",
"version": "1.0.2",
"description": "Enable [`esx`](https://github.com/esxjs/esx) in your Next.js project",
"main": "index.js",
"bin": {
"next-esx": "./cmd.js"
},
"scripts": {
"lint": "eslint --ext .js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "David Mark Clements <david.mark.clements@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-plugin-esx-browser": "^1.0.5",
"babel-plugin-esx-ssr": "^1.0.0",
"esx-optimize": "^1.1.1",
"resolve-from": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/next-esx.git"
},
"bugs": {
"url": "https://github.com/davidmarkclements/next-esx/issues"
},
"homepage": "https://github.com/davidmarkclements/next-esx#readme"
}