-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 978 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "huong-hua-co-ltd-website",
"version": "1.0.0",
"description": "A website for Huong Hua Co. Ltd. specializing in bathroom solutions",
"main": "index.js",
"scripts": {
"install-deps": "npm install",
"start": "http-server -o",
"build": "npm run start",
"test": "http-server -o",
"serve": "http-server -o",
"format": "prettier --write .",
"build-vue": "vue-cli-service build"
},
"repository": {
"type": "git",
"url": "https://github.com/hoangsonww/Huong-Hua-Co-Ltd.git"
},
"author": "Son Nguyen",
"license": "ISC",
"dependencies": {
"http-server": "^14.1.1",
"prettier": "^3.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vue": "^3.0.0"
},
"devDependencies": {
"@vue/cli-service": "^4.5.0",
"react-scripts": "4.0.3"
},
"bugs": {
"url": "https://github.com/hoangsonww/Huong-Hua-Co-Ltd/issues"
},
"homepage": "https://github.com/hoangsonww/Huong-Hua-Co-Ltd#readme"
}