2025-03-11 15:03:57 +08:00

30 lines
660 B
JSON

{
"name": "@sy/web-vitals",
"version": "1.0.0-alpha.1",
"description": "web vitals",
"private": true,
"scripts": {
"build": "farm build",
"clean:lock": "rimraf pnpm-lock.yaml && rimraf package.lock.json",
"clean": "rimraf node_modules"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"dependencies": {
"core-js": "catalog:",
"firebase": "^11.4.0",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.7"
}
}