-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
{
"name": "gaia-dr3-reader",
"version": "1.0.0",
"main": "index.html",
"window": {
"title": "GAIA DR3 Reader",
"toolbar": true,
"width": 1230,
"height": 700,
"icon": "icon.png"
},
"js-flags": "--max-old-space-size=24576",
"chromium-args": "--enable-logging=stderr",
"description": "GAIA DR3 tar.gz reader",
"scripts": {
"prepare-dev": "webpack --mode development",
"dev": "webpack --mode development --watch",
"gui": "nw",
"start": "npm-run-all --parallel dev gui",
"index-csv-dir": "bun cli/indexCsvDir.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/frostoven/gaia-dr3-reader"
},
"keywords": [
"GAIA",
"DR3"
],
"author": "aggregate1166877",
"license": "MIT",
"dependencies": {
"@babel/core": "7.21.3",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-transform-runtime": "7.16.4",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/preset-stage-2": "7.8.3",
"@babel/preset-typescript": "7.22.5",
"@babel/register": "7.16.0",
"@types/node": "16.18.0",
"@types/nw.gui": "0.0.21",
"@types/react": "16.14.0",
"@types/react-dom": "16.9.19",
"@types/three": "0.154.0",
"babel-loader": "8.2.3",
"bun-types": "1.0.2",
"css-loader": "0.28.11",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"npm-run-all": "4.1.5",
"nw": "0.43.6-sdk",
"object-assign": "4.1.1",
"prop-types": "15.8.1",
"quad-indices": "2.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"semantic-ui-css": "2.4.1",
"semantic-ui-forest-themes": "1.0.3",
"semantic-ui-react": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "3.3.12"
}
}