You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I'm trying to use Ember light table, and when I installed it on my project it breaks my project. I didn't even do an import to use it. Just installing it breaks the project.
Hello I'm trying to use Ember light table, and when I installed it on my project it breaks my project. I didn't even do an import to use it. Just installing it breaks the project.
package.json
{
"name": "DAACS-Web",
"version": "0.0.0",
"private": true,
"description": "Small description for DAACS-Web goes here",
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently "npm:lint:(!fix)" --names "lint:"",
"lint:css": "stylelint "**/.css"",
"lint:css:fix": "concurrently "npm:lint:css -- --fix"",
"lint:fix": "concurrently "npm:lint::fix" --names "fix:"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently "npm:lint" "npm:test:" --names "lint,test:"",
"test:ember": "ember test"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.0.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.0",
"ember-auto-import": "^2.6.3",
"ember-can": "^4.2.0",
"ember-cli": "~5.0.0",
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-clean-css": "^2.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-htmlbars": "^6.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sass": "^11.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-data": "~5.0.0",
"ember-fetch": "^8.1.2",
"ember-intl": "^6.0.1",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-page-title": "^7.0.0",
"ember-qunit": "^7.0.0",
"ember-resolver": "^10.1.0",
"ember-responsive": "^5.0.0",
"ember-simple-auth": "^6.0.0-rc.1",
"ember-source": "~5.0.0",
"ember-template-lint": "^5.10.1",
"ember-welcome-page": "^7.0.2",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"loader.js": "^4.7.0",
"prettier": "^2.8.8",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"sass": "^1.64.1",
"stylelint": "^15.7.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"tracked-built-ins": "^3.1.1",
"webpack": "^5.86.0"
},
"engines": {
"node": "16.* || >= 18"
},
"ember": {
"edition": "octane"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"bootstrap": "^5.3.1",
"ember-light-table": "^3.0.0-beta.0",
"install": "^0.13.0"
}
}
The text was updated successfully, but these errors were encountered: