23 lines
506 B
JSON
Executable File
23 lines
506 B
JSON
Executable File
{
|
|
"name": "eth-map",
|
|
"version": "1.0.0",
|
|
"description": "Ericsson House map",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "edvidan",
|
|
"license": "ISC",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"css-loader": "^1.0.1",
|
|
"file-loader": "^2.0.0",
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
"ts-loader": "^5.3.0",
|
|
"typescript": "^3.1.6",
|
|
"webpack": "^4.25.1",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|