-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 860 Bytes
/
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
{
"name": "collage-maker",
"version": "1.0.0",
"description": "Collage Maker by Photojoiner.net",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Haritha Yahathugoda",
"license": "ISC",
"devDependencies": {
"babel-polyfill": "^6.23.0",
"browser-sync": "^2.18.11",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-batch": "^1.0.5",
"gulp-browserify": "^0.5.1",
"gulp-minify": "^1.0.0",
"gulp-react": "^3.1.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-strip-debug": "^1.1.0",
"gulp-watch": "^4.3.11",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"dependencies": {
"express": "^4.15.3",
"html": "^1.0.0",
"react-redux": "^5.0.5"
}
}