-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.27 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
{
"name": "bootstrap-project-start",
"version": "1.4.0",
"description": "Martin Dobrev's boilerplate project starter",
"main": "index.js",
"scripts": {
"start": "./node_modules/grunt/bin/grunt build:dev && ./node_modules/grunt/bin/grunt",
"build-dev": "./node_modules/grunt/bin/grunt build:dev",
"build-prod": "./node_modules/grunt/bin/grunt build:prod"
},
"author": "Martin Dobrev",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/plugin-transform-classes": "7.16.7",
"@babel/preset-env": "7.16.11",
"@fortawesome/fontawesome-free": "6.0.0",
"babel-plugin-transform-class-constructor-call": "6.24.1",
"grunt": "1.4.1",
"grunt-autoprefixer": "3.0.4",
"grunt-babel": "8.0.0",
"grunt-browser-sync": "2.2.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-nunjucks-2-html": "2.2.0",
"grunt-sass": "3.1.0",
"imagemin-mozjpeg": "9.0.0",
"imagemin-pngquant": "9.0.2",
"jit-grunt": "0.10.0",
"sass": "1.49.9"
},
"dependencies": {
"bootstrap": "5.1.3",
"jquery": "3.6.0",
"popper.js": "1.16.1"
}
}