forked from cynicaloptimist/improved-initiative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.09 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
130
131
132
133
134
135
136
137
138
139
140
{
"name": "improved-initiative",
"version": "3.3.1",
"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": "^6.13.4",
"node": "^12.14.1"
},
"devDependencies": {
"@types/awesomplete": "^1.1.11",
"@types/body-parser": "^1.19.1",
"@types/color": "^3.0.2",
"@types/enzyme": "^3.10.10",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.24",
"@types/express-session": "1.17.0",
"@types/file-saver": "0.0.1",
"@types/jest": "^24.9.1",
"@types/knockout": "^3.4.71",
"@types/lodash": "^4.14.176",
"@types/mime": "^2.0.0",
"@types/mongodb": "^3.6.20",
"@types/mongodb-memory-server": "^1.8.0",
"@types/mousetrap": "^1.6.0",
"@types/node": "^12.20.36",
"@types/react": "^16.14.20",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^16.9.14",
"@types/react-test-renderer": "^16.0.1",
"@types/request": "^2.48.7",
"@types/serve-static": "^1.13.10",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "^4.33.0",
"ajv": "^6.9.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-prettier": "^3.4.1",
"formik": "^2.2.6",
"grunt": "^1.5.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^3.1.3",
"husky": "^3.0.9",
"jest": "^25.5.4",
"less": "^3.11.1",
"lint-staged": "^10.5.3",
"markdown-loader-jest": "^0.1.1",
"prettier": "^1.19.0",
"requirejs": "^2.3.5",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^25.5.1",
"ts-loader": "^6.2.1",
"typescript": "^3.9.2",
"uglify-js": "^3.14.3",
"webpack": "^4.41.0",
"webpack-build-notifier": "^2.3.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@sentry/browser": "^5.6.2",
"@socket.io/redis-adapter": "^7.0.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.2",
"@tippyjs/react": "^4.2.6",
"@types/redis": "^2.8.32",
"@types/retry": "^0.12.1",
"@types/sticky-session": "^1.1.1",
"awesomplete": "^1.1.2",
"axios": "^0.21.4",
"body-parser": "^1.18.2",
"browser-filesaver": "^1.1.0",
"color": "^3.2.1",
"connect-redis": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.5",
"fakeredis": "^2.0.0",
"ip": "^1.1.5",
"json-url": "^2.4.2",
"knockout": "^3.4.2",
"knockout-mapping": "^2.6.0",
"localforage": "^1.10.0",
"lodash": "^4.17.20",
"moment": "^2.29.3",
"mongodb": "^3.7.3",
"mongodb-memory-server": "^7.6.3",
"mousetrap": "^1.5.3",
"mustache": "^2.2.0",
"mustache-express": "^1.3.2",
"patreon": "^0.4.1",
"raw-loader": "^4.0.0",
"react": "^16.14.0",
"react-color": "^2.17.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.14.0",
"react-markdown": "^4.3.1",
"react-string-replace-recursively": "^0.1.27",
"redis": "3.0.2",
"request": "^2.85.0",
"retry": "^0.12.0",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{less,html,ts,tsx,json}": [
"prettier --write"
],
"*.{ts,tsx}": [
"eslint --fix"
]
},
"scripts": {
"postinstall": "cp -r ./node_modules/@fortawesome/fontawesome-free/webfonts/ ./public/webfonts/",
"build": "grunt build_min",
"build-dev": "grunt build_dev",
"start": "node server/server.js",
"clean": "git clean -f -x -e node_modules/",
"test": "jest",
"lint": "eslint . --ext .ts,.tsx",
"lint-and-fix": "eslint . --ext .ts,.tsx --fix"
}
}