-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "musicplayer98",
"version": "1.0.0",
"description": "Simple Music Player With \"windows 98\" style.",
"main": "index.js",
"scripts": {
"serve": "serve -s dist",
"dev": "parcel *.html",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build index.html --public-url ./",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"deployonly": "gh-pages -d dist",
"_build": "set NODE_ENV=production | parcel build index.html --public-url ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alishi973/MusicPlayer98.git"
},
"keywords": [
"React",
"98",
"parcel"
],
"author": "Ali Shirzad",
"license": "MIT",
"bugs": {
"url": "https://github.com/alishi973/MusicPlayer98/issues"
},
"homepage": "https://alishi973.github.io/MusicPlayer98",
"dependencies": {
"98.css": "^0.1.16",
"axios": "^0.19.2",
"reac": "0.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cssnano": "^4.1.10",
"gh-pages": "^3.0.0",
"sass": "^1.26.8",
"typescript": "^3.9.5"
}
}