-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
38 lines (38 loc) · 1007 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
{
"name": "drivestream",
"version": "1.0.0",
"description": "",
"main": " ",
"scripts": {
"dev": "webpack-dev-server --open --mode development --port 8000",
"prebuild": "rimraf dist",
"build": "webpack --mode production --display-error-details",
"eslint": "eslint '**/*.js' --fix --quiet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stewartmcgown/drivestream.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stewartmcgown/drivestream/issues"
},
"homepage": "https://github.com/stewartmcgown/drivestream#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.10.0",
"npm-run-all": "^4.1.5",
"parse-torrent-title": "^1.2.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.1"
}
}