-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.21 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
42
43
44
45
{
"name": "bootstrap-tricks",
"version": "0.1.0",
"description": "bootstrap-tricks site",
"main": "index.js",
"scripts": {
"dev": "encore dev --watch",
"jekyll-build": "bundle exec jekyll build",
"jekyll-serve": "bundle exec jekyll serve",
"prod": "encore production",
"serve": "npm-run-all --parallel dev jekyll-serve"
},
"keywords": [
"project",
"disjfa",
"html",
"css",
"sass",
"javascript"
],
"author": "disjfa",
"license": "MIT",
"bugs": {
"url": "https://github.com/disjfa/bootstrap-tricks/issues"
},
"homepage": "https://github.com/disjfa/bootstrap-tricks#readme",
"dependencies": {
"@symfony/webpack-encore": "^0.27.0",
"autoprefixer": "^9.7.6",
"bootstrap": "^4.5.0",
"fancy-log": "^1.3.3",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"workbox-webpack-plugin": "^4.3.1"
},
"browserslist": [
"last 2 versions",
"ios >= 8"
]
}