2019-03-21 01:22:31 +00:00
|
|
|
{
|
2019-04-06 05:29:20 +00:00
|
|
|
"name": "lemmy",
|
2019-03-21 01:22:31 +00:00
|
|
|
"version": "1.0.0",
|
2019-04-06 05:29:20 +00:00
|
|
|
"description": "A simple UI for lemmy",
|
2019-03-21 01:22:31 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node fuse dev",
|
|
|
|
"build": "node fuse prod"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Dessalines",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
},
|
|
|
|
"engineStrict": true,
|
|
|
|
"dependencies": {
|
2019-04-08 05:19:02 +00:00
|
|
|
"@types/autosize": "^3.0.6",
|
2019-03-23 01:42:57 +00:00
|
|
|
"@types/js-cookie": "^2.2.1",
|
2019-04-08 05:19:02 +00:00
|
|
|
"@types/jwt-decode": "^2.2.1",
|
|
|
|
"@types/markdown-it": "^0.0.7",
|
2019-04-29 17:16:43 +00:00
|
|
|
"@types/markdown-it-container": "^2.0.2",
|
2019-03-31 00:38:54 +00:00
|
|
|
"autosize": "^4.0.2",
|
2019-03-21 01:22:31 +00:00
|
|
|
"classcat": "^1.1.3",
|
|
|
|
"dotenv": "^6.1.0",
|
2019-08-10 00:14:43 +00:00
|
|
|
"i18next": "^17.0.9",
|
2019-03-21 01:22:31 +00:00
|
|
|
"inferno": "^7.0.1",
|
2019-08-10 00:14:43 +00:00
|
|
|
"inferno-i18next": "nimbusec-oss/inferno-i18next",
|
2019-03-21 01:22:31 +00:00
|
|
|
"inferno-router": "^7.0.1",
|
2019-03-23 01:42:57 +00:00
|
|
|
"js-cookie": "^2.2.0",
|
|
|
|
"jwt-decode": "^2.2.0",
|
2019-03-30 07:11:44 +00:00
|
|
|
"markdown-it": "^8.4.2",
|
2019-04-29 17:16:43 +00:00
|
|
|
"markdown-it-container": "^2.0.0",
|
2019-03-27 19:54:55 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-05-05 23:50:44 +00:00
|
|
|
"rxjs": "^6.4.0",
|
2019-06-12 01:41:01 +00:00
|
|
|
"terser": "^3.17.0",
|
|
|
|
"ws": "^7.0.0"
|
2019-03-21 01:22:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-10 00:14:43 +00:00
|
|
|
"@types/i18next": "^12.1.0",
|
2019-05-05 23:50:44 +00:00
|
|
|
"fuse-box": "^3.1.3",
|
2019-03-21 01:22:31 +00:00
|
|
|
"ts-transform-classcat": "^0.0.2",
|
|
|
|
"ts-transform-inferno": "^4.0.2",
|
2019-08-14 02:52:43 +00:00
|
|
|
"typescript": "^3.5.3"
|
2019-03-21 01:22:31 +00:00
|
|
|
}
|
|
|
|
}
|