-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.61 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
{
"name": "react-web-components",
"version": "0.0.1",
"description": "A extend component library for React.js",
"repository": {
"type": "git",
"url": "https://github.com/8dol/react-web-components.git"
},
"authors": [
"Frank Pan"
],
"license": "MIT",
"dependencies": {
"invariant": "^2.0.0",
"warning": "^2.0.0",
"history": "^1.17.0"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-eslint": "^4.1.6",
"babel-loader": "^5.0.0",
"babel-plugin-dev-expression": "^0.1.0",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-addons-test-utils": "0.14.0",
"react-dom": "^0.14.0",
"bundle-loader": "^0.5.2",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.4",
"css-loader": "^0.19.0",
"eslint": "^1.7.3",
"eslint-config-rackt": "^1.1.0",
"eslint-plugin-react": "^3.6.3",
"rimraf": "^2.4.3",
"style-loader": "^0.12.4",
"gulp": "^3.9.0",
"bower": "^1.3.1",
"lodash": "^3.10.1",
"imagemin-pngquant": "^4.2.0",
"babelify": "^7.2.0",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-preset-es2015": "^6.1.1",
"babel-preset-react": "^6.3.13",
"babel-plugin-transform-react-require": "^1.0.1",
"gulp-babel": "6.1.1",
"gulp-clean": "^0.3.1",
"gulp-uglify": "^1.5.1",
"gulp-cheerio": "^0.6.2",
"gulp-htmlmin": "^1.3.0",
"gulp-browserify": "^0.5.1",
"gulp-ignore": "^2.0.1"
},
"tags": [
"8dol",
"react",
"react-web-components"
],
"keywords": [
"8dol",
"react",
"react-web",
"react-web-components"
]
}