-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 937 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
{
"name": "hemnet-map-www",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "sass --watch ./src/style.scss ./dist/style.css & node build.js && open index.html",
"build": "rm -rf dist && mkdir dist && node build.js",
"serve": "http-server -p 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meric426/hemnet-map-www.git"
},
"author": "Martin Ericson, Patrik Wibron Alireza Tavakol Deniz Caner",
"license": "ISC",
"bugs": {
"url": "https://github.com/meric426/hemnet-map-www/issues"
},
"homepage": "https://github.com/meric426/hemnet-map-www#readme",
"dependencies": {
"http-server": "^14.1.1",
"mapbox.js": "3.3.1",
"socket.io-client": "4.7.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"sass": "^1.69.5"
}
}