2018-10-25 21:51:47 +08:00
|
|
|
{
|
2020-02-09 21:20:08 +08:00
|
|
|
"name": "listmonk",
|
2019-05-27 19:47:26 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-12-24 22:49:19 +08:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"serve": "vite preview",
|
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src",
|
|
|
|
"prebuild": "eslint --ext .js,.vue --ignore-path .gitignore src"
|
2019-05-27 19:47:26 +08:00
|
|
|
},
|
2020-06-07 02:03:55 +08:00
|
|
|
"dependencies": {
|
2021-09-19 20:47:07 +08:00
|
|
|
"@tinymce/tinymce-vue": "^3",
|
2024-08-23 01:11:01 +08:00
|
|
|
"axios": "^1.7.4",
|
2023-12-24 22:49:19 +08:00
|
|
|
"buefy": "^0.9.25",
|
|
|
|
"bulma": "^0.9.4",
|
2023-12-27 01:40:33 +08:00
|
|
|
"chart.js": "^4.4.1",
|
2020-07-06 03:16:08 +08:00
|
|
|
"codeflask": "^1.4.1",
|
2023-12-24 22:49:19 +08:00
|
|
|
"dayjs": "^1.11.10",
|
2021-09-22 22:52:39 +08:00
|
|
|
"indent.js": "^0.3.5",
|
2024-10-14 13:00:01 +08:00
|
|
|
"prismjs": "^1.29.0",
|
2021-05-23 20:27:30 +08:00
|
|
|
"qs": "^6.10.1",
|
2021-01-30 17:29:21 +08:00
|
|
|
"textversionjs": "^1.1.3",
|
2023-11-21 13:37:08 +08:00
|
|
|
"tinymce": "^5.10.9",
|
2023-12-24 22:49:19 +08:00
|
|
|
"turndown": "^7.1.2",
|
|
|
|
"vue": "^2.7.14",
|
2023-12-27 01:40:33 +08:00
|
|
|
"vue-chartjs": "^5.3.0",
|
2023-12-24 22:49:19 +08:00
|
|
|
"vue-i18n": "^8.28.2",
|
2020-06-07 02:03:55 +08:00
|
|
|
"vue-router": "^3.2.0",
|
2021-05-23 20:27:30 +08:00
|
|
|
"vuex": "^3.6.2"
|
2019-05-27 19:47:26 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-24 22:49:19 +08:00
|
|
|
"@vitejs/plugin-vue2": "^2.3.1",
|
|
|
|
"@vue/eslint-config-airbnb": "^7.0.1",
|
2024-10-14 13:00:01 +08:00
|
|
|
"cypress": "13.15.0",
|
2021-02-20 16:19:14 +08:00
|
|
|
"cypress-file-upload": "^5.0.2",
|
2023-12-24 22:49:19 +08:00
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-define-config": "^2.0.0",
|
2021-05-23 16:50:21 +08:00
|
|
|
"eslint-plugin-import": "^2.23.3",
|
2023-12-24 22:49:19 +08:00
|
|
|
"eslint-plugin-vue": "^9.19.2",
|
2021-05-23 19:42:41 +08:00
|
|
|
"sass": "^1.34.0",
|
2024-09-25 00:09:56 +08:00
|
|
|
"vite": "^5.1.8",
|
2023-12-24 22:49:19 +08:00
|
|
|
"vue-eslint-parser": "^9.3.2",
|
2021-05-23 16:50:21 +08:00
|
|
|
"vue-template-compiler": "^2.6.12"
|
2018-10-25 21:51:47 +08:00
|
|
|
}
|
|
|
|
}
|