-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 2.08 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
{
"name": "radio_chaser",
"version": "1.0.0",
"description": "SPD Radio Tracker",
"scripts": {
"build": "run-script-os",
"build:win32": "SET NODE_ENV=production && webpack --progress --color --optimization-minimize && npm run flask-static-digest",
"build:default": "NODE_ENV=production webpack --progress --color --optimization-minimize && npm run flask-static-digest",
"start": "run-script-os",
"start:win32": "concurrently -n \"WEBPACK,FLASK\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run webpack-watch:win32\" \"npm run flask-server\"",
"start:default": "concurrently -n \"WEBPACK,FLASK\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run webpack-watch\" \"npm run flask-server\"",
"webpack-watch": "run-script-os",
"webpack-watch:win32": "SET NODE_ENV=debug && webpack --mode development --watch",
"webpack-watch:default": "NODE_ENV=debug webpack --mode development --watch",
"flask-server": "flask run --host=0.0.0.0",
"flask-static-digest": "flask digest compile",
"lint": "eslint \"assets/js/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com//radio_chaser.git"
},
"author": "Tech Bloc SEA",
"license": "MIT",
"engines": {
"node": ">="
},
"bugs": {
"url": "https://github.com//radio_chaser/issues"
},
"homepage": "https://github.com//radio_chaser#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.0",
"bootstrap": "^4.5.2",
"jquery": "^3.5.1",
"popper.js": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chokidar": "^3.4.2",
"concurrently": "^6.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.1.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"mini-css-extract-plugin": "^1.0.0",
"raw-loader": "^4.0.1",
"run-script-os": "^1.1.1",
"url-loader": "^4.1.0",
"webpack": "^5.5.1",
"webpack-cli": "^4.2.0"
}
}