Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
95 lines
3.0 KiB
JSON
95 lines
3.0 KiB
JSON
{
|
|
"name": "marco",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Small description for marco goes here",
|
|
"repository": "",
|
|
"license": "MIT",
|
|
"author": "",
|
|
"type": "module",
|
|
"imports": {
|
|
"#app/*": "./app/*",
|
|
"#config": "./app/config/environment",
|
|
"#components/*": "./app/components/*"
|
|
},
|
|
"exports": {
|
|
"./tests/*": "./tests/*",
|
|
"./*": "./app/*"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"format": "prettier . --cache --write",
|
|
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
|
|
"lint:css": "stylelint \"**/*.css\"",
|
|
"lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"",
|
|
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm format",
|
|
"lint:format": "prettier . --cache --check",
|
|
"lint:hbs": "ember-template-lint .",
|
|
"lint:hbs:fix": "ember-template-lint . --fix",
|
|
"lint:js": "eslint . --cache",
|
|
"lint:js:fix": "eslint . --fix",
|
|
"start": "vite",
|
|
"test": "vite build --mode development && testem ci --port 0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/eslint-parser": "^7.28.5",
|
|
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
"@babel/runtime": "^7.28.4",
|
|
"@ember/test-helpers": "^5.4.1",
|
|
"@ember/test-waiters": "^4.1.1",
|
|
"@embroider/core": "^4.4.2",
|
|
"@embroider/legacy-inspector-support": "^0.1.3",
|
|
"@embroider/macros": "^1.19.6",
|
|
"@embroider/router": "^3.0.6",
|
|
"@embroider/vite": "^1.5.0",
|
|
"@eslint/js": "^9.39.2",
|
|
"@glimmer/component": "^2.0.0",
|
|
"@rollup/plugin-babel": "^6.1.0",
|
|
"@warp-drive/core": "~5.8.0",
|
|
"@warp-drive/ember": "~5.8.0",
|
|
"@warp-drive/json-api": "~5.8.0",
|
|
"@warp-drive/legacy": "~5.8.0",
|
|
"@warp-drive/utilities": "~5.8.0",
|
|
"babel-plugin-ember-template-compilation": "^3.0.1",
|
|
"concurrently": "^9.2.1",
|
|
"decorator-transforms": "^2.3.1",
|
|
"ember-cli-deprecation-workflow": "^4.0.0",
|
|
"ember-modifier": "^4.2.2",
|
|
"ember-page-title": "^9.0.3",
|
|
"ember-qunit": "^9.0.4",
|
|
"ember-resolver": "^13.1.1",
|
|
"ember-source": "~6.11.0-alpha.6",
|
|
"ember-template-lint": "^7.9.3",
|
|
"ember-welcome-page": "^8.0.4",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-ember": "^12.7.5",
|
|
"eslint-plugin-n": "^17.23.1",
|
|
"eslint-plugin-qunit": "^8.2.5",
|
|
"eslint-plugin-warp-drive": "^5.8.0",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-ember-template-tag": "^2.1.2",
|
|
"qunit": "^2.25.0",
|
|
"qunit-dom": "^3.5.0",
|
|
"stylelint": "^16.26.1",
|
|
"stylelint-config-standard": "^38.0.0",
|
|
"testem": "^3.17.0",
|
|
"vite": "^7.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 24"
|
|
},
|
|
"ember": {
|
|
"edition": "octane"
|
|
},
|
|
"dependencies": {
|
|
"@remotestorage/module-places": "link:vendor/remotestorage-module-places",
|
|
"ol": "^10.7.0",
|
|
"ol-mapbox-style": "^13.2.0",
|
|
"remotestorage-widget": "^1.8.0",
|
|
"remotestoragejs": "2.0.0-beta.8"
|
|
}
|
|
}
|