-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 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
35
36
37
38
{
"name": "notes",
"version": "1.0.0",
"description": "A simple app to management of notes",
"main": "public/js/app.js",
"scripts": {
"build": "gulp default",
"server": "node server",
"start": "npm run build && npm run server"
},
"author": "@luixlacrux > Luis Lacruz",
"license": "MIT",
"dependencies": {
"express": "^4.14.0",
"firebase": "^3.2.1",
"flux": "^2.1.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"stylus": "^0.54.5"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-data": "^1.2.1",
"gulp-environments": "^0.1.1",
"gulp-livereload": "^3.8.1",
"gulp-react": "^3.1.0",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.4",
"lodash.assign": "^4.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}