1
0
Fork 0
mirror of synced 2024-05-17 11:12:41 +12:00
appwrite/package.json

27 lines
622 B
JSON
Raw Normal View History

2019-05-09 18:54:39 +12:00
{
2019-08-06 16:58:32 +12:00
"name": "appwrite-server",
2019-05-09 18:54:39 +12:00
"version": "0.1.0",
2019-08-06 16:58:32 +12:00
"license": "BSD-3-Clause",
2019-05-09 18:54:39 +12:00
"repository": "public",
"scripts": {
2021-10-22 06:26:13 +13:00
"build": "npm run gulp:less && npm run gulp:import && npm run gulp:build",
"gulp:less": "gulp less",
"gulp:import": "gulp import",
"gulp:build": "gulp build"
},
2019-05-09 18:54:39 +12:00
"devDependencies": {
2020-09-14 01:13:24 +12:00
"gulp": "^4.0.2",
2020-03-25 18:08:33 +13:00
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
2019-05-09 18:54:39 +12:00
"gulp-jsmin": "^0.1.5",
2021-06-30 21:42:26 +12:00
"gulp-less": "^5.0.0"
2021-10-22 06:20:41 +13:00
},
"dependencies": {
"chart.js": "^3.7.0",
"markdown-it": "^12.3.2",
2021-10-22 06:20:41 +13:00
"pell": "^1.0.6",
2021-10-22 23:29:08 +13:00
"prismjs": "^1.25.0",
2021-10-22 06:20:41 +13:00
"turndown": "^7.1.1"
2019-05-09 18:54:39 +12:00
}
}