-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
78 lines (78 loc) · 1.99 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
76
77
78
{
"name": "bilibili-html5",
"version": "2.1.4",
"description": "a webapp by react.js & amaze ui",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/WhiteBlue/bilibili-react"
},
"keywords": [
"gulp",
"react",
"browserify",
"seed",
"boilerplate",
"kickstarter",
"ES6",
"ES2015",
"babel",
"mocha",
"chai"
],
"scripts": {
"test": "mocha --reporter nyan --compilers js:babel-core/register --recursive",
"watch": "gulp watch",
"build": "gulp build",
"deploy": "gulp deploy"
},
"author": "Maurizio Mangione",
"license": "MIT",
"bugs": {
"url": "https://github.com/WhiteBlue/bilibili-react/issues"
},
"homepage": "https://github.com/WhiteBlue/bilibili-react",
"dependencies": {
"history": "^1.17.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-router": "^1.0.3",
"amazeui-react": "^1.0.0-beta2",
"react-addons-css-transition-group": "^0.14.5",
"video.js": "^5.4.4"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel": "^6.3.13",
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.9.1",
"browserify": "^12.0.1",
"chai": "^3.2.0",
"cssnano": "^3.0.0",
"eslint-plugin-react": "^3.3.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-replace": "^1.5.1",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"imagemin-pngquant": "^4.2.0",
"mocha": "^2.3.0",
"postcss-nested": "^1.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^1.0.0",
"react-addons-test-utils": "^0.14.3",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}