-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 882 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 882 Bytes
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
{
"name": "leafy-katha",
"version": "1.0.0",
"description": "A podcast from developers for developers",
"repository": "https://github.com/LeafyCode/leafy-katha",
"author": "LeafyCode",
"license": "MIT",
"dependencies": {
"axios": "^0.16.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"next": "^2.1.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"styled-components": "^1.4.4"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
}
}