Init Django-SHOP

This commit is contained in:
2021-02-23 22:57:30 +00:00
parent 8842939839
commit b4a79a6890
109 changed files with 5734 additions and 160 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "weird-little-empire",
"version": "1.0.0",
"description": "Oddities from the black heart of the Old World",
"private": true,
"dependencies": {
"angular": "^1.7.8",
"angular-animate": "^1.7.8",
"angular-bootstrap-plus": "^0.8.1",
"angular-i18n": "^1.7.8",
"angular-inview": "^3.0.0",
"angular-sanitize": "^1.7.8",
"angular-ui-bootstrap": "~2.5.6",
"autoprefixer": "^8.0.0",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"leaflet": "^1.1.0",
"leaflet-easybutton": "^2.2.0",
"postcss": "^6.0.23",
"postcss-cli": "^5.0.0",
"select2": "~4.0.3",
"ui-bootstrap4": "^3.0.5"
}
}