- npm updates
- matomo environment variables via .env file + matomo code in main.js
This commit is contained in:
parent
9781536e37
commit
c2b0b2c39d
5 changed files with 839 additions and 1122 deletions
10
package.json
10
package.json
|
@ -5,7 +5,7 @@
|
|||
"main": "dist/main.js",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.2",
|
||||
"@types/three": "^0.127.1",
|
||||
"@types/three": "^0.128.0",
|
||||
"bulma": "^0.9.2",
|
||||
"lodash": "^4.17.21",
|
||||
"normalize.css": "^8.0.1",
|
||||
|
@ -25,12 +25,12 @@
|
|||
"babel-loader": "^8.2.1",
|
||||
"concurrently": "^6.0.0",
|
||||
"css-loader": "^5.0.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"img-loader": "^3.0.2",
|
||||
"img-loader": "^4.0.0",
|
||||
"mini-css-extract-plugin": "^1.3.1",
|
||||
"node-sass": "^5.0.0",
|
||||
"resolve-url-loader": "^3.1.2",
|
||||
"node-sass": "^6.0.0",
|
||||
"resolve-url-loader": "^4.0.0",
|
||||
"sass-loader": "^11.0.1",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser-webpack-plugin": "^5.0.3",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue