-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 939 Bytes
/
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
{
"name": "coolmodfiles",
"version": "1.0.0",
"description": "A web player that plays some cool MOD files randomly 🎶",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"keywords": [
"mod-player",
"chiptune-player",
"chiptune",
"retro",
"music",
"amiga"
],
"author": "",
"license": "ISC",
"dependencies": {
"copy-to-clipboard": "^3.3.1",
"dotenv": "^8.2.0",
"file-saver": "^2.0.5",
"isomorphic-unfetch": "^3.0.0",
"jszip": "^3.8.0",
"markdown-to-jsx": "^7.4.0",
"moment": "^2.29.4",
"next": "^14.2.10",
"rc-slider": "^9.3.1",
"react": "^18.2.0",
"react-device-detect": "^1.13.1",
"react-dom": "^18.2.0",
"react-drag-listview": "^0.1.7",
"react-toastify": "^6.0.8",
"sass": "^1.26.9"
},
"devDependencies": {
"@svgr/cli": "^6.2.1"
}
}