-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "markovjunior",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"dev": "webpack serve --config webpack/webpack.dev.js",
"dist": "webpack --config webpack/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aseaday/MarkovJunior.js.git"
},
"author": "Qi Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/aseaday/MarkovJunior.js/issues"
},
"homepage": "https://github.com/aseaday/MarkovJunior.js#readme",
"devDependencies": {
"@types/jest": "^28.1.0",
"@types/node": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.17.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.4",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.0",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"fast-xml-parser": "^4.0.8",
"queue": "^6.0.2",
"terser-webpack-plugin": "^5.3.3"
}
}