-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.44 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": "mura-theme-bootstrap4",
"version": "1.0.2",
"version_short": "1.0",
"license": "MIT",
"access": "public",
"description": "Starter Mura theme using the Bootstrap & Font Awesome toolkits.",
"author": "Steve Withington <steve@digitalmine.com> (https://www.digitalmine.com)",
"scripts": {
"build": "npm run build-scripts && npm run build-styles",
"build-scripts": "tsc --noEmit && parcel build src/scripts/theme.ts --public-url ./ --out-dir js --out-file theme.js",
"build-styles": "parcel build src/styles/theme.scss --public-url ./ --out-dir css --out-file theme.css && parcel build src/styles/editor.scss --out-dir css --out-file editor.css"
},
"keywords": [
"mura",
"theme",
"bootstrap",
"font awesome",
"template"
],
"repository": {
"type": "git",
"url": "git+/~https://github.com/digitalminellc/mura-theme-bootstrap4.git"
},
"bugs": {
"url": "/~https://github.com/digitalminellc/mura-theme-bootstrap4/issues"
},
"homepage": "/~https://github.com/digitalminellc/mura-theme-bootstrap4#readme",
"devDependencies": {},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.14.0",
"@types/jquery": "^3.5.1",
"@types/node": "^14.6.3",
"bootstrap": "^4.5.2",
"jquery": "^3.5.1",
"parcel-bundler": "^1.12.4",
"popper.js": "^1.16.1",
"sass": "^1.26.10",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"main": "src/index.html"
}