-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 983 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": "mgine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"autoprefixer": "9.4.7",
"bootstrap": "4.2.1",
"cssnano": "4.1.8",
"font-awesome": "4.7.0",
"grunt": "1.0.3",
"grunt-babel": "^8.0.0",
"grunt-cli": "1.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-imagemin": "3.1.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-es6-transpiler": "1.0.2",
"grunt-image": "4.3.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.0.2",
"imagemin-mozjpeg": "8.0.0",
"jquery": "3.3.1",
"load-grunt-tasks": "4.0.0",
"node-sass": "4.11.0",
"pixrem": "5.0.0",
"popper.js": "1.14.7"
}
}