mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
cleanup merge
This commit is contained in:
+2
-4
@@ -21,14 +21,12 @@
|
|||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
"eslint-plugin-react": "^7.23.2",
|
"eslint-plugin-react": "^7.23.2",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"eslint-plugin-simple-import-sort": "^7.0.0"
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"jest": "^27.0.4"
|
"jest": "^27.0.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"nodestart": "NODE_ENV=development node src/app.js",
|
"nodestart": "NODE_ENV=development node src/app.js",
|
||||||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
||||||
"start": "NODE_ENV=development electron .",
|
"start": "NODE_ENV=development electron .",
|
||||||
"pack": "electron-builder --dir",
|
"pack": "electron-builder --dir",
|
||||||
"dist": "electron-builder",
|
"dist": "electron-builder",
|
||||||
|
|||||||
+4987
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user