-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "reveal-quiz",
"version": "0.0.10",
"description": "reveal.js plugin that allows adding quizes as slides.",
"scripts": {
"build": "webpack",
"build:watch": "webpack watch",
"test": "mocha --require test/setup --require ts-node/register --recursive --extension .ts test/",
"test:watch": "mocha --require ts-node/register --recursive --extension .ts test/",
"coverage": "nyc --all --include 'src/**/*.ts' npm run test"
},
"author": "Julien Wittouck",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.19",
"chai": "^4.3.7",
"css-loader": "^6.7.3",
"jsdom": "^21.1.0",
"marked": "^4.2.12",
"mocha": "^10.2.0",
"notie": "^4.3.1",
"nyc": "^15.1.0",
"qrious": "^4.0.2",
"sinon": "^15.0.1",
"socket.io-client": "^4.5.4",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}