-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.41 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.41 KB
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
{
"name": "webflow",
"version": "1.0.0",
"description": "",
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
],
"config": {
"files": "itemConfirmation.js sellItem.js itemValuation.js itemPage.js editItem.js referral.js general.js infoRequestsFunctions.js autocomplete-brands.js loadItemCards.js sellItemModelSearch.js private.js settings.js bookPhotoShoot.js feedbackNps.js home.js orderBags.js personalIdForm.js shipItem.js userContact.js userManagement.js 2023withmai.js signInHelpers.js quickValuation.js emailSignUp.js lwl.js reclaim.js howShippingWorks.js brand.js partner.js yearlySummary.js feedbackPurchase.js prototypeAiValuation.js trustedSellerStatus.js vipPickup.js quickExpertValuation.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run clean && parcel --https $npm_package_config_files --hmr-port 50619",
"clean": "rm -rf .parcel-cache dist",
"build": "npm run clean && npx parcel build $npm_package_config_files --no-scope-hoist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SecondHandHelper/Webflow.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SecondHandHelper/Webflow/issues"
},
"homepage": "https://github.com/SecondHandHelper/Webflow#readme",
"devDependencies": {
"parcel": "^2.16.3"
},
"dependencies": {
"qrcode": "^1.5.3"
}
}