芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/thefirstcookout/1/package.json
{ "name": "imagetocontent", "version": "1.0.0", "browserslist": "> 0.5%, last 2 versions, not dead", "description": "", "scripts": { "start": "parcel src/index.html --open", "clean": "rm -rf dist/*", "build:parcel": "parcel build src/index.html --no-content-hash --no-source-maps --public-url ./", "build": "npm run clean && npm run build:parcel" }, "repository": { "type": "git", "url": "git://github.com/codrops/[NAME].git" }, "keywords": [], "author": "Codrops", "license": "MIT", "homepage": "https://tympanus.net/codrops", "bugs": { "url": "https://github.com/codrops/[NAME]/issues" }, "devDependencies": { "parcel": "^2.6.2" }, "dependencies": { "@studio-freight/lenis": "^0.1.12", "gsap": "^3.10.4", "imagesloaded": "^5.0.0", "split-type": "^0.3.2" } }