feat(demo): add story 1 — Sorano: Rock and Time

This commit is contained in:
2026-06-20 21:19:57 +02:00
parent 42ed59a6b3
commit 8f87155c1d
5508 changed files with 1595740 additions and 124 deletions
+52
View File
@@ -0,0 +1,52 @@
{
"name": "flex-objects",
"description": "Flexible CRUD Architecture for Grav",
"author": "Trilby Media <hello@trilby.media>",
"private": true,
"scripts": {
"watch": "webpack --mode development --watch --progress --color --mode development --config webpack.conf.js",
"dev": "webpack --mode development --progress --color --config webpack.conf.js",
"prod": "webpack --mode production --config webpack.conf.js"
},
"dependencies": {
"axios": "^1.15.2",
"eventemitter3": "^4.0.7",
"lodash": "^4.18.1",
"tiny-cookie": "^2.3.2",
"vue": "^2.6.14",
"vue-content-loader": "0.2.3",
"vue-events": "^3.1.0",
"vue-template-compiler": "^2.6.14",
"vuetable-2": "^1.7.5"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-transform-object-rest-spread": "^7.28.6",
"@babel/preset-env": "^7.29.5",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.0.1",
"exports-loader": "^3.0.0",
"imports-loader": "^3.0.0",
"terser-webpack-plugin": "^5.4.0",
"vue-loader": "^15.9.8",
"webpack": "^5.104.1",
"webpack-cli": "^4.8.0"
},
"overrides": {
"vuetable-2": {
"axios": "$axios"
}
},
"browserslist": [
"last 4 Chrome versions",
"Edge >= 12",
"Firefox ESR",
"last 4 Safari versions",
"last 4 Opera versions",
"Explorer >= 10"
]
}