ocw/front/package.json

23 lines
652 B
JSON
Raw Normal View History

2020-10-02 01:06:09 +02:00
{
"name": "ocw-front",
"version": "1.0.0",
"main": "index.js",
"license": "AGPL-3.0",
"author": "Laura Liberda <laura@selfisekai.rocks>, Dominika Liberda <dominika@sdomi.pl>",
"scripts": {
2020-10-04 18:42:05 +02:00
"build": "tsc && cp -rT build ../webroot/assets/"
2020-10-02 01:06:09 +02:00
},
"dependencies": {},
"devDependencies": {
2020-10-06 00:44:57 +02:00
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-typescript": "^11.0.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
2020-10-04 18:42:05 +02:00
"prettier": "^2.1.2",
2020-10-02 01:06:09 +02:00
"typescript": "^4.0.3"
}
}