-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Organick-Website",
"description": "The website of a company that sells organic products. Responsive design, AI UI, Bootstrap, Git, HTML5, CSS3, Javascript",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"scss": "sass scss/main.scss --watch assets/css/style.css --style compressed"
},
"dependencies": {
"bootstrap": "^5.2.3",
"node": "^19.6.0"
},
"devDependencies": {
"prettier": "2.8.4",
"sass": "^1.58.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burakkrt/Organick-Website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/burakkrt/Organick-Website/issues"
},
"homepage": "https://github.com/burakkrt/Organick-Website#readme"
}