-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "zerotube",
"version": "0.3.2",
"scripts": {
"start": "gulp"
},
"author": "Lola <lola@zeroid.bit>",
"license": "WTFPL",
"dependencies": {
"bootstrap": "^4.0.0-alpha.2",
"es6-promise": "^3.2.1",
"moment": "^2.14.1",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-redux": "^4.4.5",
"react-resolver": "^3.0.3",
"react-router": "2.0.0",
"react-truncate": "^1.1.3",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"webtorrent": "^0.96.0",
"zeroframe": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"browserify": "^13.1.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"json-loader": "^0.5.4",
"redux-devtools": "^3.3.1",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0"
},
"standard": {
"ignore": [
"webpack.config.js"
],
"parser": "babel-eslint"
}
}