manifold/package.json

21 lines
403 B
JSON
Raw Normal View History

{
"name": "mantic",
"private": true,
"workspaces": [
"common",
"functions",
"web"
],
"scripts": {},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"eslint": "8.15.0",
"eslint-plugin-lodash": "^7.4.0",
"prettier": "2.5.0",
"typescript": "4.6.4"
2022-05-28 18:10:14 +00:00
},
2022-05-28 18:10:36 +00:00
"version": "1.22.19"
}