33 lines
873 B
JSON
33 lines
873 B
JSON
{
|
|
"name": "lepisi",
|
|
"version": "1.0.0",
|
|
"description": "Aplikasi berbasis web yang bertujuan menampilkan informasi berupa pengumuman kepada seluruh pihak pada [**Perguruan Tinggi LEPISI**][8c020676].",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"fecha": "^2.3.1",
|
|
"lodash": "^4.17.4",
|
|
"mithril": "^1.1.4",
|
|
"swiper": "^3.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^0.1.17",
|
|
"copy-webpack-plugin": "^4.1.1",
|
|
"css-loader": "^0.28.7",
|
|
"file-loader": "^1.1.4",
|
|
"style-loader": "^0.19.0",
|
|
"webpack": "^3.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "webpack -d --watch",
|
|
"build": "webpack -p"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@backup.lepisi.ac.id:gregorio/lepisi-pengumuman.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|