-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 922 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
{
"name": "bm-app",
"version": "1.0.0",
"description": "## Development instructions ### Getting started - [Install docker and docker-compose](https://docs.docker.com/compose/install/) - Copy and setup variables in `.env` \t- `$ cp .env.example .env` - Then make any env changes you need",
"repository": {
"type": "git",
"url": "git+https://github.com/BoilerMake/bm-app.git"
},
"bugs": {
"url": "https://github.com/BoilerMake/bm-app/issues"
},
"homepage": "https://github.com/BoilerMake/bm-app#readme",
"dependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"bulma": "^0.7.5",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-awspublish": "^4.1.2",
"gulp-babel": "^8.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2"
}
}