-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.09 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.09 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
{
"name": "screenplayreportviewer",
"version": "1.0.0",
"description": "Interactive viewer for Screenplay reports",
"scripts": {
"buildDev": "npx webpack --mode development",
"buildProd": "npx webpack --mode production",
"test": "jest --config jest.config.js --json --outputFile=TestResults/test-results.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csf-dev/CSF.Screenplay.git"
},
"author": "Craig Fowler",
"license": "MIT",
"bugs": {
"url": "https://github.com/csf-dev/CSF.Screenplay/issues"
},
"homepage": "https://csf-dev.github.io/CSF.Screenplay/",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-jest": "^29.7.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^8.0.0",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.1",
"webpack": "^5.105.0",
"webpack-cli": "^5.1.4"
}
}