123456789101112131415161718 |
- {
- "name": "monblanproject",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "parcel index.html",
- "build": "parcel build index.html"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "parcel": "^1.12.4"
- },
- "dependencies": {
- "flatpickr": "^4.6.3"
- }
- }
|