-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.04 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
{
"name": "top-land-web",
"version": "0.0.7",
"description": "Web-based RPG&Idle game",
"main": "./src/main.js",
"type": "module",
"scripts": {
"build": "webpack --mode production",
"webpack": "webpack",
"webpackWatch": "webpack watch",
"pretest": "eslint ./src --fix",
"test": "echo \"Tests complete\""
},
"keywords": [
"RPG",
"Idle",
"Web"
],
"author": "Shadow_CK",
"license": "GNU v3.0",
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/lodash": "^4.17.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"break_infinity.js": "^2.2.0",
"clipboard": "^2.0.11",
"eventemitter3": "^5.0.1",
"i18next": "^23.11.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"mathjs": "^12.4.1",
"showdown": "^2.1.0",
"uuid": "^9.0.1",
"worker-timers": "^7.1.7"
}
}