-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "html-scss",
"version": "1.0.0",
"description": "- A project about design practice.\r # Timeline:\r - From 30/10/2023(Mon) To 06/11/2023(Sun).\r # TECHNICAL USED:\r - HTML5/CSS3.\r - POSTHTML-INCLUDE.\r - SCSS.\r - SCSS Complier (Complie to CSS).\r - Parcel.\r # WEB DESIGN:\r - Link.\r # SOURCE CODE:\r - git clone https://github.com/Quannichan/HTML-SCSS.git .\r # HOW TO RUN:\r - Step 1: npm install parcel\r - Step 2: npx parcel src/index.html\r - Step 3: Open browser (Chrome, firefox, CocCoc, Brave,.....) and type an adress that appear on console: 'Server running at http://localhost:1234'\r * EXAMPLE:\r + npm install parcel\r + npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility",
"scripts": {
"dev": "parcel src/pages/index.html",
"build":"parcel build src/pages/index.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.10.1",
"parcel": "^2.10.1",
"posthtml-doctype": "^1.1.1",
"posthtml-include": "^1.7.4",
"sass": "^1.69.5"
}
}