-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
52
53
{
"name": "jake",
"version": "1.0.0",
"description": "The flexible ui library for feedcast",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006 -c .storybook",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feedcast/jake.git"
},
"keywords": [
"ui",
"react",
"kit",
"atomic"
],
"author": "Cristian Oliveira",
"license": "MIT",
"bugs": {
"url": "https://github.com/feedcast/jake/issues"
},
"homepage": "https://github.com/feedcast/jake#readme",
"dependencies": {
"emotion": "^8.0.12",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-emotion": "^8.0.12",
"prop-types": "^15.5.10"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.10",
"@storybook/addon-links": "^3.3.10",
"@storybook/addons": "^3.3.10",
"@storybook/react": "^3.3.10",
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-plugin-emotion": "^8.0.12",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-react-app": "^1.0.5",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.1.0",
"webpack": "^3.10.0"
}
}