-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "prettyscribe",
"version": "1.1.0",
"description": "",
"main": "dist/app.js",
"dependencies": {
"@types/jquery": "^3.5.13",
"@types/lodash": "^4.14.178",
"bootswatch": "^5.1.3",
"jszip": "^3.7.1",
"xpath-ts": "^1.3.13"
},
"devDependencies": {
"@types/bootstrap": "^5.1.9",
"@types/jasmine": "^3.10.3",
"@types/jsdom": "^16.2.14",
"@types/jszip": "^3.4.1",
"clean-webpack-plugin": "^4.0.0",
"jasmine": "^4.0.2",
"jasmine-spec-reporter": "^7.0.0",
"jsdom": "^19.0.0",
"lite-server": "^2.6.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"test": "jasmine --config=jasmine.json",
"start": "webpack-dev-server",
"buildprod": "webpack --config webpack.config.prod.js",
"build": "webpack",
"writetests": "ts-node tools/write40kRosterExpectation.ts"
},
"author": "Rick Weyrauch",
"license": "ISC"
}