-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "keitaro-theme",
"version": "1.0.0",
"description": "The official WordPress theme of Keitaro Inc.",
"main": "",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.2",
"clipboard": "^2.0.11",
"popper.js": "^1.16.1",
"prismjs": "^1.29.0"
},
"scripts": {
"about:build": "echo 'Adjust file operations commands (i.e. cp) based on the OS you are running. Currently-used commands are specific to Linux-based operating systems.'",
"build": "sass --load-path=node_modules --no-source-map --style=compressed assets/scss/style.scss style.css",
"dev:build": "sass --load-path=node_modules --watch assets/scss/style.scss style.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/keitaroinc/keitaro-theme.git"
},
"keywords": [
"keitaro"
],
"author": "Goce Mitevski",
"license": "MIT",
"homepage": "http://www.keitaro.com",
"devDependencies": {
"jquery": "^3.6.3",
"sass": "^1.72.0",
"uglify-js": "^3.17.4"
}
}