-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "react-devices",
"version": "0.0.2",
"description": "React Devices",
"main": "dist/index.js",
"scripts": {
"build": "webpack-dev-server --config config/webpack/webpack.config",
"deploy": "webpack -p --config config/webpack/webpack.config",
"watch": "webpack --config config/webpack/webpack.config --progress --colors --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavkout/react-devices.git"
},
"keywords": [
"react",
"devices",
"mobile",
"desktop",
"css",
"ios",
"android",
"mac"
],
"author": "Koutoglou <[email protected]> (http://www.pavdroid.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavkout/react-devices/issues"
},
"homepage": "https://github.com/pavkout/react-devices#readme",
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.16.4",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": ">=15.0.0"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0",
"postcss-loader": "^2.0.8",
"semantic-ui-react": "0.75.1",
"standard": "^10.0.3",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
}
}