forked from adventurerscodex/adventurerscodex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.66 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
{
"name": "AdventurersCodex",
"description": "Experience the next step in tabletop RPGs",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/adventurerscodex/adventurerscodex"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^1.1.11",
"coveralls": "^3.0.0",
"cross-env": "^5.1.5",
"es6-promise": "^4.1.1",
"eslint": "^4.18.2",
"eslint-plugin-import": "^2.14.0",
"graceful-fs": "^4.1.11",
"jest": "^29.1.2",
"terser-webpack-plugin": "^2.2.2",
"webpack-bundle-analyzer": "^2.12.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"preflight": "npm run lint && npm test",
"test": "cross-env NODE_ENV=test jest --config=jest.json --coverage",
"lint": "eslint src/charactersheet/ test/",
"build": "cross-env BABEL_ENV=production webpack --config webpack.prod.js",
"start": "webpack-dev-server --no-inline --config webpack.dev.js"
},
"dependencies": {
"animate.css": "^4.1.1",
"auto-bind": "^2.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"base64-js": "^1.2.1",
"blueimp-md5": "^2.10.0",
"bootstrap": "^3.3.7",
"clipboard": "^1.7.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"dropbox": "^4.0.27",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"hypnos": "git+https://github.com/adventurerscodex/hypnos.git#v0.1.2",
"image-webpack-loader": "^4.5.0",
"jquery": "^3.5.0",
"jquery-ui": "^1.13.2",
"jquery-validation": "^1.19.5",
"knockout": "3.5.0",
"knockout-mapping": "^2.6.0",
"less": "^3.9.0",
"linkifyjs": "^2.1.5",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"node-uuid": "^1.4.8",
"progressbar.js": "^1.1.1",
"random-js": "^1.0.8",
"save-as": "^0.1.8",
"select2": "^4.0.7-rc.0",
"signals": "^1.0.0",
"spin": "0.0.1",
"style-loader": "^0.21.0",
"svg-url-loader": "^2.3.2",
"toastr": "^2.1.2",
"uglifyjs-webpack-plugin": "^1.0.1",
"urijs": "^1.19.11",
"url-loader": "^1.1.1",
"uuid": "^3.3.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "4.1.2",
"y-websocket": "^1.3.18",
"yjs": "^13.5.52"
}
}