forked from cynicaloptimist/improved-initiative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.04 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
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
126
127
128
129
{
"name": "improved-initiative",
"version": "3.10.3",
"description": "Combat tracker for Dungeons and Dragons (D&D) 5th Edition",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cynicaloptimist/improved-initiative.git"
},
"engines": {
"npm": "^9.5.0",
"node": "^18.15.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.22.15",
"@types/awesomplete": "^1.1.11",
"@types/body-parser": "^1.19.3",
"@types/color": "^3.0.4",
"@types/enzyme": "^3.10.13",
"@types/express": "^4.17.17",
"@types/express-serve-static-core": "^4.17.36",
"@types/express-session": "1.17.0",
"@types/file-saver": "0.0.1",
"@types/jest": "^29.5.5",
"@types/knockout": "^3.4.73",
"@types/lodash": "^4.14.198",
"@types/mime": "^2.0.3",
"@types/mongodb": "^4.0.7",
"@types/mongodb-memory-server": "^1.8.0",
"@types/mousetrap": "^1.6.11",
"@types/node": "^12.20.55",
"@types/react": "^16.14.46",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^16.9.19",
"@types/react-test-renderer": "^16.9.7",
"@types/request": "^2.48.8",
"@types/serve-static": "^1.15.2",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"ajv": "^6.12.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.49.0",
"eslint-plugin-jest": "^27.4.0",
"formik": "^2.4.5",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^5.0.0",
"ioredis-mock": "^8.8.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^3.13.1",
"markdown-loader-jest": "^0.1.1",
"prettier": "^3.0.3",
"requirejs": "^2.3.6",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^29.1.1",
"ts-loader": "^6.2.2",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4",
"webpack": "^5.88.2",
"webpack-build-notifier": "^2.3.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@sentry/browser": "^5.30.0",
"@socket.io/redis-adapter": "^8.2.1",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.2",
"@tippyjs/react": "^4.2.6",
"@types/gtag.js": "^0.0.13",
"@types/retry": "^0.12.2",
"@types/sticky-session": "^1.1.1",
"awesomplete": "^1.1.5",
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"browser-filesaver": "^1.1.1",
"color": "^3.2.1",
"connect-redis": "^7.1.0",
"express": "^4.19.2",
"express-session": "^1.17.3",
"express-socket.io-session": "^1.3.5",
"ioredis": "^5.3.2",
"ip": "^1.1.9",
"json-url": "^2.6.0",
"knockout": "^3.5.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb": "^4.17.1",
"mongodb-memory-server": "^7.6.3",
"mousetrap": "^1.6.5",
"mustache": "^2.3.2",
"mustache-express": "^1.3.2",
"path-browserify": "^1.0.1",
"patreon": "^0.4.1",
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react-color": "^2.19.3",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.14.0",
"react-markdown": "^8.0.7",
"react-string-replace-recursively": "^0.2.0",
"redis": "^4.6.8",
"request": "^2.85.0",
"retry": "^0.13.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
},
"scripts": {
"postinstall": "npm run copy-fonts",
"build": "grunt build_min",
"postbuild": "npm run copy-fonts",
"dev": "grunt",
"start": "node server/server.js",
"clean": "git clean -f -x -e node_modules/",
"test": "echo 'Tests are currently disabled due to node, jest, and ES modules interoperability.'",
"lint": "eslint . --ext .ts,.tsx",
"lint-and-fix": "eslint . --ext .ts,.tsx --fix",
"copy-fonts": "cp -r ./node_modules/@fortawesome/fontawesome-free/webfonts/ ./public/webfonts/"
}
}