-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 882 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
30
31
32
33
34
35
36
37
38
{
"name": "sanity-plugin-podcast",
"version": "1.0.2",
"description": "Podcast plugin for Sanity",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "babel -d lib/ src/",
"lint": "eslint ./src",
"test": "npm run lint"
},
"keywords": [
"sanity",
"podcast",
"schema",
"iTunes"
],
"author": {
"name": "Knut Melvær",
"email": "[email protected]",
"url": "https://knutmelvaer.no"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-sanity": "^0.141.5",
"eslint-plugin-import": "^2.18.2",
"react-hot-loader": "^4.12.10"
},
"dependencies": {
"react": "^16.8.6",
"react-icons": "^3.7.0"
}
}