This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.8 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
63
64
65
66
67
68
69
70
{
"name": "@coderbyheart/underline",
"version": "0.0.0-development",
"description": "Bootstrap v4 website template",
"main": "dist/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "standard",
"precommit": "npm run lint",
"commitmsg": "commitlint -e",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/coderbyheart/underline.git"
},
"keywords": [
"bootstrap",
"website",
"theme"
],
"author": "Markus Tacker <m@coderbyheart.com> | https://coderbyheart.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderbyheart/underline/issues"
},
"homepage": "https://github.com/coderbyheart/underline#readme",
"dependencies": {
"bootstrap": "4.5.2",
"contentful": "7.14.6",
"font-awesome": "^4.7.0",
"jquery": "3.5.1",
"meownica-web-fonts-loader": "^1.2.1",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"snyk": "1.410.2"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-angular": "11.0.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babelify": "10.0.0",
"browserify": "16.5.2",
"glob": "7.1.6",
"husky": "4.3.0",
"node-sass": "4.14.1",
"semantic-release": "17.1.2",
"standard": "14.3.4",
"uglify-js": "3.11.1",
"uglifycss": "0.0.29"
},
"files": [
"dist",
"js",
"scss",
"templates",
"README.md"
],
"release": {
"branch": "saga"
},
"snyk": true
}