-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.08 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.08 KB
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
{
"name": "seance",
"description": "Static, bouncer-less web IRC client: IRCv3 over WebSocket, no server of its own",
"version": "4.5.0-rc.3",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/evilnet/seance.git"
},
"homepage": "https://github.com/evilnet/seance#readme",
"bugs": {
"url": "https://github.com/evilnet/seance/issues"
},
"scripts": {
"build:client": "webpack",
"build": "webpack",
"coverage": "webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' nyc --nycrc-path=test/.nycrc-mocha.json mocha --config=test/.mocharc.yml 'test/**/*.ts' && nyc --nycrc-path=test/.nycrc-report.json report",
"format:prettier": "prettier --write \"**/*.*\"",
"lint:check-eslint": "eslint-config-prettier .eslintrc.cjs",
"lint:eslint": "eslint . --report-unused-disable-directives --color",
"lint:prettier": "prettier --list-different \"**/*.*\"",
"lint:stylelint": "stylelint --color \"client/**/*.css\"",
"lint": "run-p --aggregate-output --continue-on-error lint:*",
"test": "run-p --aggregate-output --continue-on-error lint:* test:mocha",
"test:e2e": "webpack && playwright test",
"test:mocha": "webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.yml 'test/**/*.ts'",
"test:nospec": "webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.yml",
"watch": "webpack --watch",
"githooks-install": "git config core.hooksPath scripts/git-hooks"
},
"keywords": [
"irc",
"ircv3",
"websocket",
"client",
"pwa",
"seance"
],
"license": "MIT",
"engines": {
"node": ">=22.0.0"
},
"files": [
"./client/index.html",
"./public/**"
],
"dependencies": {
"chalk": "4.1.2",
"flourite": "1.3.0",
"got": "11.8.6",
"linkify-it": "3.0.3",
"lodash": "4.17.21",
"prismjs": "1.30.0",
"semver": "7.5.2",
"tlds": "1.228.0"
},
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/plugin-transform-runtime": "7.18.2",
"@babel/preset-env": "7.17.10",
"@fortawesome/fontawesome-free": "5.15.4",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@playwright/test": "1.62.1",
"@textcomplete/core": "0.1.10",
"@textcomplete/textarea": "0.1.10",
"@types/chai": "4.3.5",
"@types/linkify-it": "3.0.5",
"@types/lodash": "4.14.202",
"@types/mocha": "9.1.1",
"@types/mousetrap": "1.6.15",
"@types/node": "22.19.17",
"@types/prismjs": "1.26.6",
"@types/sortablejs": "1.15.8",
"@types/webpack-env": "1.16.4",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vue/test-utils": "2.4.6",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
"babel-preset-typescript-vue3": "2.0.17",
"chai": "4.3.7",
"copy-webpack-plugin": "13.0.1",
"cross-env": "7.0.3",
"css-loader": "7.1.4",
"cssnano": "5.0.17",
"dayjs": "1.10.8",
"emoji-regex": "10.2.1",
"eruda": "3.4.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-vue": "9.25.0",
"fork-ts-checker-webpack-plugin": "9.1.0",
"fuzzy": "0.1.3",
"mini-css-extract-plugin": "2.10.2",
"mocha": "11.7.5",
"mousetrap": "1.6.5",
"normalize.css": "8.0.1",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"postcss": "8.4.47",
"postcss-import": "14.0.2",
"postcss-loader": "8.2.1",
"postcss-preset-env": "7.3.0",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"primer-tooltips": "2.0.0",
"sinon": "13.0.2",
"sortablejs": "1.15.2",
"stylelint": "14.3.0",
"stylelint-config-standard": "24.0.0",
"ts-node": "10.7.0",
"ts-sinon": "2.0.2",
"tsx": "4.21.0",
"typescript": "5.4.5",
"undate": "0.3.0",
"vue": "3.2.35",
"vue-eslint-parser": "9.4.3",
"vue-loader": "17.4.2",
"vue-router": "4.0.15",
"vuex": "4.0.2",
"webpack": "5.106.0",
"webpack-cli": "6.0.1"
}
}