-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 KB
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
{
"name": "@pronamic/wt-orbis-4",
"version": "4.0.0",
"description": "The default WordPress theme for Orbis.",
"author": {
"name": "Pronamic",
"email": "info@pronamic.nl",
"url": "http://www.pronamic.eu/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "info@remcotolsma.nl",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-2.0-or-later",
"keywords": [
"pronamic",
"orbis",
"crm",
"intranet"
],
"homepage": "https://github.com/wp-orbis/wt-orbis-4",
"repository": {
"type": "git",
"url": "https://github.com/wp-orbis/wt-orbis-4.git"
},
"bugs": {
"url": "https://github.com/pronamic/wt-orbis-4/issues",
"email": "support@pronamic.eu"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"jquery.flot": "^0.8.3",
"tether": "^1.4.7"
},
"devDependencies": {
"@wordpress/env": "^9.0.0",
"@wordpress/scripts": "^26.19.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"copy": "npm-run-all --aggregate-output --parallel copy-*",
"copy-bootstrap": "cp -r node_modules/popper.js/dist/umd/ assets/popper/",
"copy-fontawesome-css": "cp -r node_modules/@fortawesome/fontawesome-free/css/ assets/fontawesome/css/",
"copy-fontawesome-webfonts": "cp -r node_modules/@fortawesome/fontawesome-free/webfonts/ assets/fontawesome/webfonts/",
"copy-angular": "cp node_modules/jquery.flot/jquery.flot.js node_modules/jquery.flot/jquery.flot.time.js assets/flot/",
"lint-pkg-json": "wp-scripts lint-pkg-json"
}
}