-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
36
37
38
39
40
{
"name": "kirbyspeedscorerecorders",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"author": "Appbird",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^8.2.3",
"@types/node": "^15.14.9",
"@types/source-map-support": "^0.5.4",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.1",
"mocha": "^8.4.0",
"source-map-support": "^0.5.19",
"ts-loader": "^9.2.5",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
"@types/marked": "^2.0.5",
"@types/node-fetch": "^2.5.12",
"@types/simplemde": "^1.11.8",
"@types/yaireo__tagify": "^4.7.0",
"@yaireo/tagify": "^4.7.2",
"choices.js": "^9.0.1",
"fibers": "^5.0.0",
"firebase": "^8.10.0",
"flatpickr": "^4.6.9",
"marked": "^2.1.3",
"node-fetch": "^2.6.1",
"notie": "^4.3.1",
"sass": "^1.38.2",
"simplemde": "^1.11.2",
"typescript": "^4.4.2",
"typescript-json-validator": "^2.4.2"
}
}