forked from NetoECommerce/Skeletal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "Skeletal",
"version": "4.5.0",
"description": "Skeletal is the development theme for Maropost Commerce Cloud. It is the base framework that contains all of our front-end features. Skeletal is built on Bootstrap 4 and needs to be installed on a Maropost Commerce Cloud 6 system to work at all.",
"main": "gulpfile.js",
"scripts": {
"compile": "npm run build && node_modules/.bin/ntheme compile",
"build": "gulp build",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NetoECommerce/Skeletal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NetoECommerce/Skeletal/issues"
},
"homepage": "https://github.com/NetoECommerce/Skeletal",
"devDependencies": {
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-chmod": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-purge-sourcemaps": "^1.0.0",
"gulp-remove-sourcemaps": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"node-sass": "^4.14.1",
"ntheme": "^1.11.0",
"postcss-strip-inline-comments": "^0.1.5",
"simple-github-release": "git+https://github.com/brandonsheppard/simple-github-release.git"
},
"dependencies": {
"bootstrap": "^4.6.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
},
"browserslist": [
"last 1 version",
"not dead"
]
}