-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
125 lines (125 loc) · 4.06 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "chip-player-js",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/mmontag/chip-player-js",
"description": "Web-based music player for a variety of video game and chiptune music formats.",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-optional-chaining": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"auto-bind": "^5.0.1",
"autoprefixer": "7.1.6",
"babel-jest": "24.8.0",
"babel-loader": "^8.3.0",
"babel-plugin-named-asset-import": "^0.3.2",
"bytes": "latest",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "^2.4.1",
"chroma-js": "^1.4.0",
"css-loader": "0.28.7",
"directory-tree": "2.2.1",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"eslint": "^8.42.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^2.7.0",
"events": "^3.3.0",
"file-loader": "3.0.1",
"fili": "^2.0.3",
"firebase": "^9.13.0",
"fs-extra": "3.0.1",
"html-webpack-plugin": "^4.0.0-beta.5",
"immutability-helper": "^2.7.1",
"ismobilejs": "^0.4.1",
"lodash": "^4.17.21",
"midievents": "latest",
"midifile": "^2.0.0",
"mini-css-extract-plugin": "^0.7.0",
"node-unrar-js": "^0.8.1",
"object-assign": "4.1.1",
"path-parse": "^1.0.7",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"promise": "8.0.1",
"raf": "3.4.0",
"raw-loader": "^0.5.1",
"react": "^16.8.0",
"react-dev-utils": "^7.0.5",
"react-dom": "^16.8.0",
"react-dropzone": "7.0.0",
"react-router-dom": "^5.2.0",
"react-virtual-list": "git+https://github.com/glebcha/react-virtual-list.git#544bc7",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"resolve": "1.6.0",
"roman-numerals": "^0.3.2",
"style-loader": "0.19.0",
"typescript": "^3.5.2",
"url-loader": "0.6.2",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.3",
"webpack-manifest-plugin": "^2.2.0",
"whatwg-fetch": "2.0.3",
"workbox-webpack-plugin": "^4.3.1"
},
"devDependencies": {
"@firebase/app-types": "0.x",
"@firebase/util": "0.x",
"cheerio": "^1.0.0-rc.2",
"child_process": "^1.0.2",
"gh-pages": "^6.3.0",
"glob": "^7.1.2",
"node-stream-zip": "^1.7.0",
"patch-package": "^5.1.1",
"postinstall-prepare": "^1.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sanitize-filename": "^1.6.1",
"sqlite": "^3.0.0",
"sqlite3": "^5.1.4",
"tmp": "^0.0.33",
"trie-search": "1.2.8",
"unzipper": "^0.9.3",
"webpack-bundle-analyzer": "^3.3.2",
"worker-loader": "^2.0.0"
},
"homepage": "https://chiptune.app",
"scripts": {
"start": "node scripts/start.js",
"build": "npm run build-catalog; npm run build-chip-core; node scripts/build.js",
"build-lite": "node scripts/build.js",
"build-chip-core": "source ~/src/emsdk/emsdk_env.sh; node scripts/build-chip-core.js",
"build-catalog": "node $NODE_DEBUG_OPTION scripts/build-catalog.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy-lite": "npm run build-lite; gh-pages -d build",
"prepare": "patch-package",
"server": "DEV=1 node server/index.js",
"fixvgm": "node $NODE_DEBUG_OPTION scripts/fixvgm.js"
},
"eslintConfig": {
"extends": "react-app",
"env": {
"es2020": true
},
"rules": {
"jsx-a11y/href-no-hash": "off",
"jsx-a11y/anchor-is-valid": "off",
"no-fallthrough": "off",
"import/no-anonymous-default-export": "off"
}
}
}