forked from sorenrehkopf/custom-rick-roll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "custom-rick-roll",
"version": "1.0.0",
"description": "Custom rick roll",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sorenrehkopf/custom-rick-roll.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"global": "^4.4.0",
"gulp-cli": "^2.3.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^5.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "5",
"gulp-shell": "^0.5.2",
"gulp-webpack": "^1.5.0",
"http-proxy-middleware": "^0.17.2",
"sass": "^1.38.0",
"serve": "^1.4.0",
"webpack": "^1.13.2"
},
"bugs": {
"url": "https://github.com/sorenrehkopf/custom-rick-roll/issues"
},
"homepage": "https://github.com/sorenrehkopf/custom-rick-roll#readme"
}