-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·79 lines (79 loc) · 2.45 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@opuscapita/react-menus",
"version": "1.0.6",
"description": "OpusCapita React components",
"main": "lib/ocbesbn-react-components.js",
"module": "lib/ocbesbn-react-components.js",
"jsnext:main": "lib/ocbesbn-react-components.js",
"scripts": {
"prebuild": "rimraf lib",
"build": "rollup -c",
"watch": "rollup -c -w",
"lint": "eslint src",
"pretest": "npm run build",
"test": "echo \"Error: no test specified\" && exit 0",
"precommit": "npm run lint",
"prepublish": "in-publish && npm run build || not-in-publish",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"release": "release-it --non-interactive --npm.publish --github.release --force --src.commitMessage=\"Release %s [ci skip]\""
},
"repository": {
"type": "git",
"url": "https://github.com/OpusCapita/react-components.git"
},
"keywords": [],
"author": "Patryk Kopycinski",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpusCapita/react-components/issues"
},
"files": [
"lib"
],
"homepage": "https://github.com/OpusCapita/react-components#readme",
"peerDependencies": {
"react": "^15.4.2"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "3.4.0",
"@kadira/storybook": "2.35.3",
"@kadira/storybook-addon-knobs": "1.7.1",
"@kadira/storybook-deployer": "1.2.0",
"ava": "0.19.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.24.1",
"babelrc-rollup": "3.0.0",
"enzyme": "2.8.2",
"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",
"in-publish": "2.0.0",
"istanbul": "0.4.5",
"react": "15.4.2",
"release-it": "2.7.1",
"rimraf": "2.6.1",
"rollup": "0.41.6",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-commonjs": "8.0.2",
"rollup-plugin-istanbul": "1.1.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-url": "1.1.0",
"rollup-watch": "3.2.2"
},
"dependencies": {
"react": "15.4.2",
"react-bootstrap": "0.31.0",
"react-dom": "15.4.2",
"react-router": "3.0.5"
}
}