forked from tbfleming/jscut
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.24 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
36
37
38
39
40
41
42
43
44
45
{
"name": "@cdot/svgcut",
"description": "",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"devDependencies": {
"@node-loader/import-maps": "^1.1.0",
"c8": "^10.1.3",
"chai": "^5.1.2",
"docdash": "^2.0.2",
"eslint": "^9.15.0",
"eslint-formatter-unix": "^8.40.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"jsdoc": "^4.0.4",
"jsdom": "^26.0.0",
"mocha": "^11.0.1",
"webpack-cli": "^6.0.1",
"why-is-node-running": "^2.3.0"
},
"scripts": {
"build": "webpack --node-env production -c webpack_config.js",
"coverage": "NODE_ENV=test c8 --reporter=html --reporter text npm run test",
"debug_build": "webpack -c webpack_config.js --stats-modules-space 999",
"doc": "jsdoc -c jsdoc_config.json src",
"lint": "eslint src -f unix",
"test": "mocha --experimental-loader=@node-loader/import-maps test"
},
"dependencies": {
"@flatten-js/core": "github:alexbol99/flatten-js",
"assert": "^2.1.0",
"bezier-js": "^6.1.4",
"bootstrap": "^5.3.3",
"bootstrap-slider": "^11.0.2",
"clipper-lib": "^6.4.2",
"file-saver": "^2.0.5",
"gl-matrix": "^3.4.3",
"knockout": "^3.5.1",
"knockout.validation": "^2.0.4",
"node": "^23.8.0",
"nvm": "^0.0.4",
"webpack": "^5.98.0"
}
}