29 lines
667 B
JSON
29 lines
667 B
JSON
{
|
|
"name": "myapp",
|
|
"version": "1.0.0",
|
|
"description": "## Getting ready",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ungap/url-search-params": "^0.1.4",
|
|
"bootstrap": "^4.3.1",
|
|
"ejs": "^2.6.1",
|
|
"ejs-render-remote": "^1.0.3",
|
|
"es6-promise": "^4.2.6",
|
|
"i18next": "^15.0.9",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"i18next-xhr-backend": "^2.0.1",
|
|
"jquery": "^3.4.1",
|
|
"page": "^1.11.5",
|
|
"pnotify": "^4.0.0",
|
|
"popper.js": "^1.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"minifyfromhtml": "^1.1.2"
|
|
}
|
|
}
|