-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 962 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
{
"name": "grunt-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --watch public/scss:public/css --style compressed"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"bootstrap": "^4.3.1",
"bs-custom-file-input": "^1.3.2",
"compass-mixins-fixed": "^1.0.1",
"hamburgers": "^1.1.3",
"jquery": "^3.3.1",
"leaflet": "^1.5.1",
"mo-js": "^0.288.2",
"noty": "^3.2.0-beta",
"popper.js": "^1.15.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-contrib-copy": "^1.0.0"
},
"author": "Robin",
"license": "ISC"
}