accent/package.json
Simon Prévost 9567db9b4d
Convert codebase to typescript and latest Ember (#157)
* Update eslint setup (#134)

* Convert services (#136)

* Convert login and logged-in routes (#137)

* Convert project routes and controllers (#138)

* Convert activities and comments routes (#140)

* Convert project edit sub-routes and controllers (#139)

* Convert files routes and controllers (#141)

* Convert revision routes and controllers (#142)

* Convert phoenix service (#143)

* Convert translation routes and controllers (#144)

* Convert versions routes and controllers (#145)

* Convert JIPT routes and controllers (#146)

* Convert Sass variables to CSS modules @value (#147)

* Convert CSS variables and fix projects page components

* Fix a bunch of components

* Fix another bunch of components

* Update styles and missing global for powerselect

* Fix typings

* Fix typescript warnings

* Add typings for phoenix and file-saver vendor

* Fix github ci

Co-authored-by: Charles Demers <cdemers@mirego.com>
Co-authored-by: Charles Demers <charles.demers6@gmail.com>
2020-04-07 07:47:33 -04:00

27 lines
715 B
JSON

{
"name": "accent",
"version": "0.0.1",
"description": "The new new Accent Web app",
"private": true,
"repository": "https://github.com/mirego/accent",
"engines": {
"node": ">= 8.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.25.0",
"@typescript-eslint/parser": "2.16.0",
"babel-eslint": "8.2.3",
"ember-template-lint": "1.8.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-typestrict": "1.0.0",
"eslint-plugin-ember": "7.7.2",
"eslint-plugin-mirego": "0.0.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-sonarjs": "0.5.0",
"prettier": "2.0.2",
"typescript": "3.8.3"
},
"dependencies": {}
}