-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 997 Bytes
/
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
{
"name": "makerspace-wordpress-theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-sass": "node-sass scss/index.scss styles/main.css",
"build-sass-admin": "node-sass scss/admin.scss styles/admin.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harmoniemand/makerspace-wordpress-theme.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harmoniemand/makerspace-wordpress-theme/issues"
},
"homepage": "https://github.com/harmoniemand/makerspace-wordpress-theme#readme",
"dependencies": {
"@clr/angular": "^3.1.5",
"@clr/core": "^3.1.5",
"@clr/icons": "^3.1.5",
"@clr/ui": "^3.1.5",
"@popperjs/core": "^2.4.4",
"@webcomponents/custom-elements": "^1.4.2",
"@webcomponents/webcomponentsjs": "^2.4.4",
"bootstrap": "^4.5.2",
"jquery": "^3.5.1",
"node-sass": "^4.14.1"
}
}