a3web/front/package.json

21 lines
402 B
JSON
Raw Normal View History

2020-02-15 09:35:42 +00:00
{
"name": "leoservermod_frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2020-02-15 09:39:20 +00:00
"license": "MIT",
"devDependencies": {
2020-02-15 10:20:14 +00:00
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
2020-02-15 09:59:12 +00:00
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
2020-02-15 09:42:28 +00:00
},
"dependencies": {
"ol": "^6.2.1"
2020-02-15 09:39:20 +00:00
}
2020-02-15 09:35:42 +00:00
}