-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.34 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": "best-reloaded",
"version": "2.3.0",
"description": "A Bootstrap 4 powered theme with a vibrant edge to the color scheme. It has an emphasis on clear typography with enough space for your content to breath.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "William Patton",
"repository": {
"type": "git",
"url": "git://github.com/pattonwebz/best-reloaded-bootstrap-theme.git"
},
"license": "GPL-3.0",
"devDependencies": {
"autoprefixer": "*",
"babel": "^6.5.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^4.0.0",
"cssnano": "^3.10.0",
"font-awesome": "^4.7.0",
"grunt": "~1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-github-changes": "~0.1.0",
"grunt-postcss": "~0.8.0",
"grunt-sass": "^2.0.0",
"jit-grunt": "~0.10.0",
"popper.js": "^1.12.5",
"postcss-clean": "^1.0.2",
"postcss-flexbugs-fixes": "~2.1.0"
}
}