shitcan bootstrap and use flexbox and breakpoints instead
This commit is contained in:
25
package.json.bak
Normal file
25
package.json.bak
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "11ty-neocities",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
// "watch:eleventy": "eleventy --serve",
|
||||
// "build:eleventy": "eleventy",
|
||||
// "watch:sass": "sass --watch src/_assets/sass:public/css --style compressed",
|
||||
// "build:sass": "sass src/_assets/sass:public/css --style compressed",
|
||||
// "start": "npm-run-all build:sass --parallel watch:*",
|
||||
// "build": "npm-run-all build:*"
|
||||
"start": "eleventy --serve",
|
||||
"build": "eleventy"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.0",
|
||||
"bootstrap": "^5.2.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass": "^1.58.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user