diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 15:48:24 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 15:48:24 +0300 |
| commit | 55f725a502011155f0943f2340ef3763f014ccc0 (patch) | |
| tree | c1915fd2c3f67e93b3fd406d018583bc6b050baa /frontend/package.json | |
Initial commit
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json new file mode 100644 index 0000000..5c07804 --- /dev/null +++ b/frontend/package.json @@ -0,0 +1,23 @@ +{ + "name": "frontend", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "build": "parcel build src/*.html -d dist", + "dev": "parcel -p 5000 --hmr-port 40000 src/*.html", + "start": "npm run dev", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "parcel-bundler": "^1.12.4" + }, + "dependencies": { + "axios": "^0.19.2", + "jquery": "^3.5.0", + "js-cookie": "^2.2.1" + } +} |
