mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
b82eec714a
Summary: this moves sandbox/grist to core, and adds a requirements.txt file for reconstructing the content of sandbox/thirdparty. Test Plan: existing tests pass. Tested core functionality manually. Tested docker build manually. Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2563
77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "grist-core",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "tsc --build -w --preserveWatchOutput & webpack --config buildtools/webpack.config.js --mode development --watch --hide-modules & NODE_PATH=_build:_build/stubs nodemon -w _build/app/server -w _build/app/common _build/stubs/app/server/server.js & wait",
|
|
"install:python": "buildtools/prepare_python.sh",
|
|
"build:prod": "tsc --build && webpack --config buildtools/webpack.config.js --mode production",
|
|
"start:prod": "node _build/stubs/app/server/server"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@types/backbone": "1.3.43",
|
|
"@types/content-disposition": "0.5.2",
|
|
"@types/double-ended-queue": "2.1.0",
|
|
"@types/express": "4.16.0",
|
|
"@types/fs-extra": "5.0.4",
|
|
"@types/image-size": "0.0.29",
|
|
"@types/js-yaml": "3.11.2",
|
|
"@types/lodash": "4.14.117",
|
|
"@types/moment-timezone": "0.5.9",
|
|
"@types/node": "^10",
|
|
"@types/node-fetch": "2.1.2",
|
|
"@types/numeral": "0.0.25",
|
|
"@types/pidusage": "2.0.1",
|
|
"@types/redlock": "3.0.2",
|
|
"@types/sqlite3": "3.1.6",
|
|
"@types/tmp": "0.0.33",
|
|
"@types/uuid": "3.4.4",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"nodemon": "^2.0.4",
|
|
"source-map-loader": "^0.2.4",
|
|
"stats-webpack-plugin": "^0.7.0",
|
|
"typescript": "3.9.3",
|
|
"webpack": "4.41.0",
|
|
"webpack-cli": "3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@gristlabs/connect-sqlite3": "0.9.11",
|
|
"@gristlabs/express-session": "1.17.0",
|
|
"@gristlabs/pidusage": "2.0.17",
|
|
"@gristlabs/sqlite3": "4.0.6-grist.1",
|
|
"axios": "0.18.0",
|
|
"backbone": "1.3.3",
|
|
"collect-js-deps": "^0.1.1",
|
|
"cookie-parser": "1.4.3",
|
|
"csv": "4.0.0",
|
|
"double-ended-queue": "2.1.0-0",
|
|
"express": "4.16.4",
|
|
"file-type": "14.1.4",
|
|
"fs-extra": "7.0.0",
|
|
"grain-rpc": "0.1.6",
|
|
"grainjs": "1.0.1",
|
|
"image-size": "0.6.3",
|
|
"js-yaml": "3.12.0",
|
|
"knockout": "3.5.0",
|
|
"lodash": "4.17.15",
|
|
"moment": "2.22.2",
|
|
"moment-timezone": "0.5.21",
|
|
"morgan": "1.9.1",
|
|
"multiparty": "4.2.1",
|
|
"node-fetch": "2.2.0",
|
|
"numeral": "2.0.6",
|
|
"redis": "2.8.0",
|
|
"redlock": "3.1.2",
|
|
"short-uuid": "3.1.1",
|
|
"tmp": "0.0.33",
|
|
"ts-interface-checker": "0.1.6",
|
|
"typeorm": "0.2.18",
|
|
"uuid": "3.3.2",
|
|
"winston": "2.4.4",
|
|
"ws": "6.1.0"
|
|
}
|
|
}
|