base project
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "www_circl",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tailwindcss -i ./src/input.css -o ./dist/output.css",
|
||||
"watch": "tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
|
||||
"serve": "http-server . -p 3000 -c-1",
|
||||
"dev": "npm run build && (npm run watch & npm run serve)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.ourworld.tf/ourworld_web/www_circl.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.14",
|
||||
"http-server": "^14.1.1",
|
||||
"postcss": "^8.4.23",
|
||||
"tailwindcss": "^3.3.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user