2021-08-05 02:31:54 +03:00
|
|
|
{
|
|
|
|
"name": "prod",
|
2021-08-09 00:06:52 +03:00
|
|
|
"version": "1.0.1",
|
2021-08-05 02:31:54 +03:00
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2021-11-24 12:45:09 +03:00
|
|
|
"build": "cross-env NODE_ENV=production webpack --stats-error-details && echo 'done'",
|
2021-08-05 02:31:54 +03:00
|
|
|
"analyze": "cross-env NODE_ENV=production webpack --json > stats.json",
|
|
|
|
"show": "webpack-bundle-analyzer stats.json dist",
|
2022-02-07 12:21:32 +03:00
|
|
|
"dev": "cross-env CLIENT_TYPE=dev webpack serve",
|
|
|
|
"dev-server": "cross-env CLIENT_TYPE=dev-server webpack serve",
|
|
|
|
"start": "cross-env NODE_ENV=production webpack serve",
|
2021-08-05 02:31:54 +03:00
|
|
|
"preformat-svelte": "prettier -w src/**/*.svelte",
|
|
|
|
"lint": "eslint --max-warnings=0 src",
|
|
|
|
"lint:fix": "yarn preformat-svelte && eslint --fix src",
|
|
|
|
"deploy": "cp -p public/* dist && aws s3 sync dist s3://anticrm-platform --delete --acl public-read"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-06 10:41:02 +03:00
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"webpack-cli": "^4.6.0",
|
|
|
|
"webpack": "^5.32.0",
|
|
|
|
"mini-css-extract-plugin": "^2.2.0",
|
|
|
|
"dotenv-webpack": "^7.0.2",
|
|
|
|
"ts-loader": "^9.2.5",
|
2022-02-07 12:21:32 +03:00
|
|
|
"svelte-loader": "^3.1.2",
|
2021-08-06 10:41:02 +03:00
|
|
|
"css-loader": "^5.2.1",
|
2022-02-07 12:21:32 +03:00
|
|
|
"webpack-dev-server": "^4.7.4",
|
2021-08-06 10:41:02 +03:00
|
|
|
"style-loader": "^3.2.1",
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
"sass-loader": "^12.1.0",
|
|
|
|
"@types/node": "^14.14.40",
|
|
|
|
"webpack-bundle-analyzer": "^4.4.1",
|
|
|
|
"svgo-loader": "^3.0.0",
|
|
|
|
"autoprefixer": "^10.2.6",
|
|
|
|
"postcss": "^8.3.4",
|
|
|
|
"postcss-loader": "^6.1.0",
|
2021-11-22 14:17:10 +03:00
|
|
|
"postcss-load-config": "^3.1.0",
|
|
|
|
"compression-webpack-plugin": "~9.0.0"
|
2021-08-05 02:31:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-08 15:52:05 +03:00
|
|
|
"@anticrm/platform": "~0.6.5",
|
2021-08-05 02:31:54 +03:00
|
|
|
"@anticrm/ui": "~0.6.0",
|
|
|
|
"@anticrm/theme": "~0.6.0",
|
2021-08-05 17:55:54 +03:00
|
|
|
"svelte": "^3.42.1",
|
2021-08-09 00:06:52 +03:00
|
|
|
"@anticrm/login": "~0.6.1",
|
2021-08-05 19:47:19 +03:00
|
|
|
"@anticrm/login-assets": "~0.6.0",
|
2021-08-09 11:01:35 +03:00
|
|
|
"@anticrm/login-resources": "~0.6.2",
|
2021-08-09 00:06:52 +03:00
|
|
|
"@anticrm/client": "~0.6.1",
|
2021-08-11 12:37:47 +03:00
|
|
|
"@anticrm/dev-client-resources": "~0.6.1",
|
2021-08-09 00:06:52 +03:00
|
|
|
"@anticrm/workbench": "~0.6.1",
|
|
|
|
"@anticrm/workbench-resources": "~0.6.1",
|
2021-08-07 17:49:14 +03:00
|
|
|
"@anticrm/view": "~0.6.0",
|
|
|
|
"@anticrm/view-assets": "~0.6.0",
|
|
|
|
"@anticrm/view-resources": "~0.6.0",
|
2021-11-09 20:39:38 +03:00
|
|
|
"@anticrm/contact": "~0.6.2",
|
2021-08-07 17:49:14 +03:00
|
|
|
"@anticrm/contact-resources": "~0.6.0",
|
|
|
|
"@anticrm/task": "~0.6.0",
|
|
|
|
"@anticrm/task-assets": "~0.6.0",
|
2021-08-07 18:23:13 +03:00
|
|
|
"@anticrm/task-resources": "~0.6.0",
|
|
|
|
"@anticrm/chunter": "~0.6.0",
|
|
|
|
"@anticrm/chunter-assets": "~0.6.0",
|
2021-08-07 20:03:06 +03:00
|
|
|
"@anticrm/chunter-resources": "~0.6.0",
|
|
|
|
"@anticrm/recruit": "~0.6.0",
|
|
|
|
"@anticrm/recruit-assets": "~0.6.0",
|
2021-08-08 00:35:49 +03:00
|
|
|
"@anticrm/recruit-resources": "~0.6.0",
|
2021-11-22 15:06:14 +03:00
|
|
|
"@anticrm/setting": "~0.6.0",
|
|
|
|
"@anticrm/setting-assets": "~0.6.0",
|
|
|
|
"@anticrm/setting-resources": "~0.6.0",
|
2021-11-09 14:38:30 +03:00
|
|
|
"@anticrm/client-resources": "~0.6.4",
|
2021-09-26 13:48:15 +03:00
|
|
|
"@anticrm/contact-assets": "~0.6.0",
|
2021-11-18 15:48:05 +03:00
|
|
|
"@anticrm/activity": "~0.6.0",
|
|
|
|
"@anticrm/activity-assets": "~0.6.0",
|
2021-11-25 14:05:00 +03:00
|
|
|
"@anticrm/activity-resources": "~0.6.0",
|
|
|
|
"@anticrm/telegram": "~0.6.0",
|
2021-12-09 12:05:21 +03:00
|
|
|
"@anticrm/telegram-assets": "~0.6.0",
|
2021-11-29 13:06:53 +03:00
|
|
|
"@anticrm/telegram-resources": "~0.6.0",
|
2021-11-30 14:11:37 +03:00
|
|
|
"@anticrm/devmodel": "~0.6.0",
|
|
|
|
"@anticrm/devmodel-resources": "~0.6.0",
|
2021-12-06 13:07:08 +03:00
|
|
|
"@anticrm/workbench-assets": "~0.6.0",
|
|
|
|
"@anticrm/attachment": "~0.6.0",
|
|
|
|
"@anticrm/attachment-assets": "~0.6.0",
|
2021-12-07 12:05:52 +03:00
|
|
|
"@anticrm/attachment-resources": "~0.6.0",
|
|
|
|
"@anticrm/lead": "~0.6.0",
|
|
|
|
"@anticrm/lead-assets": "~0.6.0",
|
2021-12-30 12:13:16 +03:00
|
|
|
"@anticrm/lead-resources": "~0.6.0",
|
|
|
|
"@anticrm/gmail": "~0.6.0",
|
|
|
|
"@anticrm/gmail-assets": "~0.6.0",
|
2022-01-12 12:52:22 +03:00
|
|
|
"@anticrm/gmail-resources": "~0.6.0",
|
|
|
|
"@anticrm/image-cropper": "~0.6.0",
|
2022-01-14 12:20:31 +03:00
|
|
|
"@anticrm/image-cropper-resources": "~0.6.0",
|
|
|
|
"@anticrm/inventory": "~0.6.0",
|
|
|
|
"@anticrm/inventory-assets": "~0.6.0",
|
2022-01-20 12:27:41 +03:00
|
|
|
"@anticrm/inventory-resources": "~0.6.0",
|
|
|
|
"@anticrm/server-attachment": "~0.6.1",
|
|
|
|
"@anticrm/server-attachment-resources": "~0.6.0",
|
|
|
|
"@anticrm/server-contact": "~0.6.1",
|
2022-01-24 12:35:58 +03:00
|
|
|
"@anticrm/server-contact-resources": "~0.6.0",
|
|
|
|
"@anticrm/templates": "~0.6.0",
|
|
|
|
"@anticrm/templates-assets": "~0.6.0",
|
2022-01-24 21:30:13 +03:00
|
|
|
"@anticrm/templates-resources": "~0.6.0",
|
2022-02-07 12:03:14 +03:00
|
|
|
"@anticrm/notification": "~0.6.0",
|
|
|
|
"@anticrm/notification-resources": "~0.6.0",
|
2022-02-02 12:03:29 +03:00
|
|
|
"@anticrm/core": "~0.6.16",
|
|
|
|
"@anticrm/rekoni": "~0.6.0"
|
2021-08-05 02:31:54 +03:00
|
|
|
}
|
|
|
|
}
|