use directories for structure
This commit is contained in:
17
package.json
17
package.json
@@ -4,25 +4,26 @@
|
||||
"description": "## Getting ready",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"generate-translations": "./node_modules/.bin/i18next-scanner 'app/**/*.{js,ejs}'"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@ungap/url-search-params": "^0.1.4",
|
||||
"bootstrap": "^4.3.1",
|
||||
"bootstrap": "^4.5.0",
|
||||
"ejs": "^2.6.1",
|
||||
"ejs-render-remote": "^1.0.3",
|
||||
"ejs-render-remote": "^1.0.13",
|
||||
"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"
|
||||
"jquery": "^3.5.1",
|
||||
"page": "^1.11.6",
|
||||
"pnotify": "^4.0.1",
|
||||
"popper.js": "^1.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"minifyfromhtml": "^1.1.2"
|
||||
"i18next-scanner": "^2.11.0",
|
||||
"minifyfromhtml": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user