-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 866 Bytes
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": "front-end-final",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Georgi Grozdanov",
"scripts": {
"start": "firebase serve",
"serve": "./node_modules/.bin/nodemon --config .nodemonrc.json ./build/server.js"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.1.5",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^2.0.4",
"gulp-npm-files": "^0.1.3",
"gulp-postcss": "^7.0.0",
"gulp-shell": "^0.6.3",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.0",
"lodash-id": "^0.13.0",
"nodemon": "^1.12.1",
"npm": "^5.4.2"
}
}