forked from humaans/next-img
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.1 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
{
"name": "next-img",
"version": "0.3.2",
"description": "",
"main": "dist/react-components/index.js",
"bin": {
"next-img": "bin/next-img"
},
"files": [
"bin/**/*",
"dist/**/*",
"lib/**/*",
"plugin.js",
"loader.js"
],
"scripts": {
"test": "healthier",
"version": "npm run build",
"build": "babel lib/react-components --out-dir dist/react-components",
"watch": "babel lib/react-components --out-dir dist/react-components --watch",
"release": "np"
},
"author": "",
"license": "ISC",
"dependencies": {
"debug": "^4.1.1",
"deepmerge": "^4.2.2",
"del": "^5.1.0",
"loader-utils": "^2.0.0",
"mkdirp": "^1.0.4",
"ora": "^4.0.4",
"p-queue": "^6.4.0",
"qs": "^6.9.4",
"sharp": "^0.25.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"ava": "^3.8.2",
"healthier": "^3.3.0",
"np": "^6.2.3",
"prettier": "^2.0.5"
},
"ava": {
"files": [
"./test/**/*.test.js"
]
}
}