/
rushanufa
/
SimpleGantt
Обзор
Документация
Войти
/
rushanufa
/
SimpleGantt
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
21 строка
475 B
Rushan
Initial commit
30 июн 2025, 22:37
30 июн 2025, 22:37
b2946c6
Код
Авторство
О чём код?
{ "name": "gantats", "version": "1.0.0", "main": "index.html", "scripts": { "build": "tsc", "start": "live-server --open=./", "dev": "concurrently \"npm run watch\" \"live-server ./\"", "serve": "npm run build && npm run start", "watch": "tsc --watch" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "concurrently": "^9.1.2", "live-server": "^1.2.2", "typescript": "^5.8.3" } }