-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
95 lines (95 loc) · 2.55 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
{
"name": "cuckoo.plus",
"version": "0.3.27",
"description": "A third-party client for mastodon",
"scripts": {
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"dev": "webpack-dev-server",
"build": "webpack --env=production",
"start": "node server.js"
},
"dependencies": {
"autosize": "^4.0.2",
"crypto-js": "^3.1.9-1",
"express": "^4.16.4",
"file-saver": "^2.0.1",
"jquery": "^3.4.1",
"less": "^3.9.0",
"masonry-layout": "^4.2.2",
"moment": "^2.22.2",
"muse-ui": "^3.0.1",
"muse-ui-loading": "^0.2.0",
"muse-ui-message": "^0.2.1",
"muse-ui-progress": "^0.1.0",
"muse-ui-toast": "^0.3.0",
"resize-observer-polyfill": "^1.5.1",
"sha1": "^1.1.1",
"textarea-caret": "^3.1.0",
"underscore": "^1.9.1",
"vue": "^2.5.13",
"vue-color": "^2.7.0",
"vue-i18n": "^8.1.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/crypto-js": "^3.1.43",
"@types/jquery": "^3.3.31",
"@types/less": "^3.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"@types/sha1": "^1.1.1",
"@types/underscore": "^1.8.9",
"@types/vue-color": "^2.4.2",
"@types/vue-resource": "^0.9.34",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"css-loader": "^0.28.9",
"husky": "^1.1.2",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.3",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^3.5.0",
"ts-node": "^7.0.1",
"typescript": "^2.7.1",
"vue-loader": "^14.2.3",
"vue-property-decorator": "^7.2.0",
"vue-template-compiler": "^2.5.13",
"vuex-class": "^0.3.1",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^2.11.3",
"yargs": "^12.0.2"
},
"babel": {
"presets": [
"es2015"
]
},
"husky": {
"hooks": {
"pre-push": "npm run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/NanaMorse/Cuckoo.Plus.git"
},
"author": "Nana.Morse, KTachibanaM, roytam1, cutls, hakaba-hitoyo",
"thanks": "roytam1, fhoshino",
"license": "MIT",
"bugs": {
"url": "https://github.com/NanaMorse/Cuckoo.Plus/issues"
},
"homepage": "https://github.com/NanaMorse/Cuckoo.Plus#readme"
}