-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 791 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 791 Bytes
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
{
"name": "workfolio",
"description": "workfolio is a next-generation theme meticulously crafted for ClassicPress, delivering an unparalleled experience for showcasing your site's content.",
"version": "1.0.0",
"author": "Benjamin Lu",
"license": "GPL-2.0+",
"homepage": "https://luthemes.com/portfolio/workfolio",
"main": "resources/js/app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/luthemes/workfolio.git"
},
"bugs": {
"url": "https://github.com/luthemes/workfolio/issues"
},
"scripts": {
"build": "npm run prod && npm run export",
"watch": "mix watch",
"prod": "mix --production",
"export": "mix --mix-config=webpack.mix.export.js"
},
"devDependencies": {
"laravel-mix": "^6.0.49",
"sass": "^1.62.1",
"sass-loader": "^13.2.2"
}
}