-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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": "@workflo/styles",
"version": "0.7.13",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "node development.js",
"clean": "rm -rf lib",
"compile": "babel src --out-dir lib --source-maps --ignore test.js,story.js && flow-copy-source -v src lib --ignore \"**/*.+(story|test).js\"",
"prepublish": "npm run clean && npm run compile",
"storybook": "start-storybook -p 4000"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "workfloapp/styles"
},
"author": "Yaniv Tal",
"license": "Copyright Workflo",
"homepage": "https://github.com/workfloapp/styles#readme",
"devDependencies": {
"@kadira/storybook": "^2.11.0",
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"commitizen": "^2.8.6",
"eslint": "^3.1.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.11.4",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.1.2",
"flow-bin": "^0.33.0",
"flow-copy-source": "^1.1.0",
"js-theme": "^0.7.3",
"react": "15.3.1",
"react-dom": "15.3.1",
"semantic-release": "^4.3.5",
"webpack": "^1.13.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}