Initial project push.
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "origo",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "sass theme/style.scss theme/style.css",
|
||||
"dash-build": "npx esbuild theme/js/dashboard.js --bundle --outfile=theme/dist/dash-bundle.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"dcjs": "github:dan612/dcjs#main"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.27.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user