-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 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
46
47
48
49
50
51
52
{
"name": "sidd",
"version": "0.2.2",
"scripts": {
"build": "tsc && chmod a+x build/cli/cli.js && parcel build src/site/codebook.html --dist-dir ./build",
"sidd": "ts-node src/cli/cli.ts",
"start-cli": "nodemon",
"start": "parcel src/site/codebook.html"
},
"bin": "build/cli/cli.js",
"alias": {
"danfojs": "danfojs/dist/danfojs-browser/src/index.js"
},
"devDependencies": {
"@parcel/transformer-sass": "2.10.1",
"@types/base-64": "^1.0.1",
"@types/d3": "^7.4.2",
"@types/node": "^20.8.8",
"@types/pako": "^2.0.2",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.9.0",
"buffer": "^5.5.0||^6.0.0",
"d3": "^7.8.5",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"nodemon": "^3.0.1",
"parcel": "^2.10.1",
"prettier": "^3.0.3",
"process": "^0.11.10",
"tabulator-tables": "^5.5.2",
"ts-node": "^10.9.1"
},
"dependencies": {
"@faker-js/faker": "^8.2.0",
"base-64": "^1.0.0",
"csv-parse": "^5.5.2",
"danfojs": "^1.1.2",
"pako": "^2.1.0",
"ts-pattern": "^5.0.5",
"typescript": "*",
"yargs": "^17.7.2",
"zod": "^3.22.4"
},
"resolutions": {
"htmlnano": "2.0.3"
}
}