forked from NanaMorse/Cuckoo.Plus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
147 lines (147 loc) · 4.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"private": true,
"name": "cuckoo.plus",
"type": "module",
"version": "0.4.0",
"description": "A third-party client for mastodon",
"scripts": {
"test:unit": "mochapack --webpack-config webpack.config.js --webpack-env test src/**/*.spec.ts",
"build": "webpack --mode=production --define-process-env-node-env=production",
"dev": "webpack serve --mode=development --define-process-env-node-env=development"
},
"engines": {
"node": "^20.15.0",
"pnpm": "^9.0.0"
},
"dependencies": {
"@csstools/normalize.css": "^12.1.1",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"autosize": "^4.0.4",
"axios": "^1.7.7",
"core-js": "^3.38.1",
"dompurify": "^3.1.7",
"file-saver": "^2.0.5",
"lodash": "npm:lodash-es@^4.17.21",
"masonry-layout": "^4.2.2",
"moment": "^2.30.1",
"muse-ui": "^3.0.2",
"muse-ui-loading": "^0.2.0",
"muse-ui-message": "^0.2.1",
"muse-ui-toast": "^0.3.0",
"regenerator-runtime": "0.13.11",
"resize-observer-polyfill": "^1.5.1",
"textarea-caret": "^3.1.0",
"vue": "v2-latest",
"vue-class-component": "latest",
"vue-color": "^2.8.1",
"vue-i18n": "^8.28.2",
"vue-property-decorator": "latest",
"vue-router": "legacy",
"vuex": "3.6.2",
"vuex-class": "latest"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/helper-compilation-targets": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/runtime": "^7.25.7",
"@intlify/vue-i18n-loader": "1.1.0",
"@types/babel__core": "ts5.6",
"@types/chai": "ts5.6",
"@types/dompurify": "ts5.6",
"@types/less": "ts5.6",
"@types/lodash": "npm:@types/[email protected]",
"@types/mocha": "ts5.6",
"@types/vue-color": "ts5.6",
"@types/webpack-env": "ts5.6",
"@vue/babel-preset-jsx": "latest",
"@vue/test-utils": "legacy",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"chai": "^4.5.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"html-webpack-plugin": "^5.6.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.1",
"mocha": "^10.7.3",
"mochapack": "^2.1.4",
"postcss": "^8.4.47",
"postcss-custom-unit": "^1.0.0",
"postcss-loader": "^8.1.1",
"postcss-mixins": "^7.0.3",
"postcss-nesting": "^10.2.0",
"postcss-preset-env": "7.8.3",
"postcss-simple-vars": "^7.0.1",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "~5.6.3",
"vue-auto-routing": "1.0.1",
"vue-loader": "15.11.1",
"vue-style-loader": "latest",
"vue-template-compiler": "latest",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"workbox-webpack-plugin": "6.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/xymopen/Cuckoo.Plus"
},
"contributors": [
{
"name": "NanaMorse",
"url": "https://github.com/NanaMorse"
},
{
"name": "KTachibanaM",
"url": "https://github.com/KTachibanaM"
},
{
"name": "roytam1",
"url": "https://github.com/roytam1"
},
{
"name": "cutls",
"url": "https://github.com/cutls"
},
{
"name": "hakaba-hitoyo",
"url": "https://github.com/hakabahitoyo"
},
{
"name": "fhoshino",
"url": "https://github.com/fhoshino"
},
{
"name": "HerringtonDarkholme",
"url": "https://github.com/HerringtonDarkholme"
},
{
"name": "Xu Yiming",
"url": "https://github.com/xymopen"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xymopen/Cuckoo.Plus/issues"
},
"homepage": "https://github.com/xymopen/Cuckoo.Plus#README",
"pnpm": {
"patchedDependencies": {
"@vue/babel-sugar-composition-api-render-instance": "patches/@vue__babel-sugar-composition-api-render-instance.patch",
"vuex": "patches/vuex.patch"
}
}
}