-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
67 lines (67 loc) · 1.9 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
{
"name": "react-screen-keyboard",
"version": "1.4.1",
"description": "React sreen keyboard",
"main": "Keyboard.js",
"scripts": {
"dist": "NODE_ENV=production webpack -p",
"build": "babel ./src -d ./lib --source-maps",
"lint": "eslint src/** webpack eslint --cache; exit 0",
"lint:fix": "eslint src/** webpack eslint --cache --fix; exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/WiaczeslawP/react-screen-keyboard"
},
"keywords": [
"react",
"react-component",
"component",
"touchscreen",
"keyboard"
],
"author": "Wiaczeslaw Puchkov <wiaczeslaw.ss@gmail.com> (https://github.com/WiaczeslawP)",
"license": "MIT",
"bugs": {
"url": "https://github.com/WiaczeslawP/react-screen-keyboard/issues"
},
"homepage": "https://github.com/WiaczeslawP/react-screen-keyboard",
"devDependencies": {
"autoprefixer": "6.3.7",
"babel-cli": "^6.11.4",
"babel-core": "6.11.4",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"chai": "3.5.0",
"cheerio": "0.20.0",
"coveralls": "2.11.12",
"eslint": "3.15.0",
"eslint-config-airbnb": "14.1.0",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0",
"gitbook-cli": "2.3.0",
"istanbul": "1.1.0-alpha.1",
"jsdom": "9.0.0",
"mocha": "2.5.3",
"postcss-cli": "2.5.2",
"prop-types": "^15.5.10",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"react-hot-loader": "1.3.0",
"rimraf": "2.5.4",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"webpack": "1.13.1"
},
"dependencies": {
"css-modules-require-hook": "~4.0.1",
"style-loader": "~0.13.1",
"css-loader": "~0.23.1"
}
}