-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "sipgate-react-components",
"version": "0.1.0",
"description": "sipgate React Components, used in several sipgate projects.",
"main": "dist/index.js",
"scripts": {
"start": "start-storybook -p 9001",
"lint": "eslint .",
"compile": "npm run clean && babel src -d dist",
"clean": "rimraf dist/*",
"prepublish": "npm run compile",
"postpublish": "npm run clean"
},
"keywords": [
"sipgate",
"react",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/sipgate/react-components.git"
},
"author": "sipgate",
"license": "Apache-2.0",
"dependencies": {
"react": "~15.4.1",
"react-dom": "~15.4.1",
"sprintf-js": "~1.0.3"
},
"devDependencies": {
"@kadira/storybook": "~2.19.0",
"babel-cli": "~6.18.0",
"babel-preset-es2015": "~6.18.0",
"babel-preset-react-hmre": "~1.1.1",
"babel-preset-stage-0": "~6.16.0",
"debug": "~3.1.0",
"eslint": "~4.18.2",
"eslint-config-airbnb": "~12.0.0",
"eslint-plugin-import": "~1.16.0",
"eslint-plugin-jsx-a11y": "~2.2.2",
"eslint-plugin-react": "~6.6.0",
"extract-text-webpack-plugin": "~1.0.1",
"html-webpack-plugin": "~2.24.1",
"react-dom": "~15.3.2",
"rimraf": "~2.5.4",
"webpack": "1.13.3"
}
}