forked from Andycko/craft-cms-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "craft-cms-boilerplate",
"version": "1.0.0",
"description": "This is a boilerplate for a craft install with a few plugins already installed, custom file structure, and a few pages with nav and a footer.",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {
"glob-parent": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andycko/craft-cms-boilerplate.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andycko/craft-cms-boilerplate/issues"
},
"homepage": "https://github.com/Andycko/craft-cms-boilerplate#readme",
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"and": "0.0.3",
"babel-preset-env": "^1.7.0",
"babelify": "^9.0.0",
"browserify": "~13.0.1",
"browserify-shim": "^3.8.12",
"fancy-log": "^1.3.3",
"gulp": "^4.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "~2.6.0",
"gulp-livereload": "^4.0.2",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "~1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"gulp-wait": "0.0.2",
"sass": "^1.43.2",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"autoprefixer": "10.4.5",
"avalanche-css": "^1.3.0",
"bootstrap": "^4.6.0",
"flickity": "^2.2.2",
"jquery": "^3.6.0",
"jquery-bridget": "^2.0.1",
"normalize-css": "^2.3.1",
"popper.js": "^1.16.1"
},
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
]
}