forked from keppelen/react-facebook-login
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "react-vk-login",
"version": "0.0.1",
"description": "A Component React for vk Login",
"main": "dist/vk-login.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.js",
"bundle": "cross-env NODE_ENV=production node_modules/.bin/webpack -p --config webpack.config.dist.js",
"test": "node_modules/.bin/eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ZigGreen/react-vk-login.git"
},
"keywords": [
"react",
"reactjs",
"react-component",
"vk-login",
"react-vk-login"
],
"author": "ZigGreen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZigGreen/react-vk-login/issues"
},
"devDependencies": {
"cross-env": "^3.1.4",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"autoprefixer": "^6.0.3",
"babel": "^6.5.2",
"babel-core": "^6.6.5",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.19.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.0.0",
"eslint-plugin-react": "^3.11.3",
"node-sass": "^3.3.x",
"postcss-loader": "^0.6.0",
"react-addons-test-utils": "^15.1.0",
"react-css-modules": "^3.5.0",
"sass-loader": "^3.0.0",
"style-loader": "0.12.x",
"react-router": "^3.0.0",
"webpack": "1.12.x",
"webpack-dev-server": "1.12.x"
},
"peerDependencies": {
"react": "^15.1.0"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
]
}
}