forked from patw0929/react-smartbanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.95 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
{
"name": "react-smartbanner",
"version": "2.0.1",
"description": "Smart app banner react version.",
"repository": {
"type": "git",
"url": "https://github.com/patw0929/react-smartbanner"
},
"bugs": {
"url": "https://github.com/patw0929/react-smartbanner/issues"
},
"main": "dist/main.js",
"dependencies": {
"cookie-cutter": "^0.1.1",
"cookies-js": "^1.2.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"ua-parser-js": "^0.7.9"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"css-loader": "~0.23.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"file-loader": "^0.9.0",
"grunt": "~1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-gh-pages": "^1.1.0",
"grunt-open": "~0.2.3",
"grunt-webpack": "~1.0.8",
"load-grunt-tasks": "~3.5.0",
"node-sass": "^3.8.0",
"react-hot-loader": "^1.0.7",
"sass-loader": "^4.0.0",
"serve-static": "^1.11.1",
"style-loader": "~0.13.1",
"uglify-loader": "^1.3.0",
"url-loader": "~0.5.5",
"webpack": "~1.13.1",
"webpack-dev-server": "~1.14.1"
},
"scripts": {
"prepublish": "npm run build-dist",
"build": "grunt build",
"build-dist": "grunt build:dist",
"start": "grunt serve",
"example": "grunt serve:example",
"lint": "eslint ./; true",
"gh-pages": "grunt gh-pages"
},
"keywords": [
"react",
"component",
"smartbanner",
"ios",
"iphone",
"android",
"windowsphone",
"smart",
"banner"
],
"author": "patw <[email protected]> (http://patw.me/)",
"license": "MIT"
}