-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "radiorecord",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development nodemon index.js --ignore song-list.json",
"build:prod": "rm -rf dist && webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"icy": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"clone-response": "^1.0.2",
"copy-webpack-plugin": "^5.0.4",
"core-js": "^3.2.1",
"i": "^0.3.6",
"nodemon": "^1.19.2",
"ssh-webpack-plugin": "^0.1.7",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-md5-hash": "0.0.6"
}
}