forked from tintin327/which-media-are-you
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"dependencies": {
"concurrently": "^5.3.0",
"parcel": "^1.12.4",
"semantic-ui-css": "^2.4.1",
"semantic-ui-offline": "^2.4.1-1",
"semantic-ui-react": "^1.2.1",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"pug": "^2.0.3",
"sass": "^1.20.1",
"vue-template-compiler": "^2.6.10"
},
"name": "which-media-are-you",
"description": "* python >= 3.6.9",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"frontend": "yarn parcel ./app/index.pug --port $frontend_port",
"fastapi": "python predictor.py",
"web": "concurrently \"yarn parcel ./app/index.pug --port $frontend_port\" \"python predictor.py\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbilab/which-media-are-you.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mbilab/which-media-are-you/issues"
},
"homepage": "https://github.com/mbilab/which-media-are-you#readme"
}