Initialization
This commit is contained in:
commit
3458f39973
28 changed files with 6780 additions and 0 deletions
36
package.json
Normal file
36
package.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "sr6",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"compile": "parcel build --target default --no-content-hash",
|
||||
"watch": "parcel watch --target default --no-hmr --no-content-hash"
|
||||
},
|
||||
"targets": {
|
||||
"default": {
|
||||
"source": [
|
||||
"./main.css",
|
||||
"./main.pug"
|
||||
],
|
||||
"distDir": "./output",
|
||||
"sourceMap": false,
|
||||
"optimize": true
|
||||
}
|
||||
},
|
||||
"parcelIgnore": [
|
||||
"jquery.min.js",
|
||||
"img/*.*",
|
||||
"fonts/*.*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@parcel/config-default": "^2.7.0",
|
||||
"@parcel/core": "^2.7.0",
|
||||
"@parcel/transformer-pug": "^2.7.0",
|
||||
"parcel": "^2.7.0",
|
||||
"parcel-resolver-ignore": "^2.1.3",
|
||||
"postcss": "^8.4.16",
|
||||
"postcss-import": "^15.0.0",
|
||||
"postcss-import-ext-glob": "^2.0.1",
|
||||
"postcss-nested": "^5.0.6"
|
||||
},
|
||||
"browserslist": "> 0.2%, last 2 versions, not dead"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue