|
1 | 1 | { |
2 | | - "name": "nuxt-lenis", |
3 | | - "version": "1.0.0", |
4 | | - "license": "MIT", |
5 | | - "type": "module", |
6 | | - "exports": { |
7 | | - ".": { |
8 | | - "import": "./dist/module.mjs", |
9 | | - "require": "./dist/module.cjs" |
10 | | - } |
11 | | - }, |
12 | | - "main": "./dist/module.cjs", |
13 | | - "types": "./dist/types.d.ts", |
14 | | - "files": [ |
15 | | - "dist" |
16 | | - ], |
17 | | - "scripts": { |
18 | | - "prepack": "nuxt-module-build", |
19 | | - "dev": "nuxi dev playground", |
20 | | - "dev:build": "nuxi build playground", |
21 | | - "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground" |
22 | | - }, |
23 | | - "dependencies": { |
24 | | - "@nuxt/kit": "^3.0.0", |
25 | | - "@studio-freight/lenis": "^0.2.28" |
26 | | - }, |
27 | | - "devDependencies": { |
28 | | - "@nuxt/module-builder": "^0.2.1", |
29 | | - "@nuxt/schema": "^3.0.0", |
30 | | - "@nuxtjs/eslint-config-typescript": "^12.0.0", |
31 | | - "eslint": "^8.29.0", |
32 | | - "nuxt": "^3.0.0" |
33 | | - } |
| 2 | + "name": "nuxt-lenis", |
| 3 | + "version": "1.0.0", |
| 4 | + "license": "MIT", |
| 5 | + "type": "module", |
| 6 | + "repository": { |
| 7 | + "type" : "git", |
| 8 | + "url" : "https://github.com/MilkshakeStudio/nuxt-lenis.git" |
| 9 | + }, |
| 10 | + "exports": { |
| 11 | + ".": { |
| 12 | + "types": "./dist/types.d.ts", |
| 13 | + "import": "./dist/module.mjs", |
| 14 | + "require": "./dist/module.cjs" |
| 15 | + } |
| 16 | + }, |
| 17 | + "main": "./dist/module.cjs", |
| 18 | + "types": "./dist/types.d.ts", |
| 19 | + "files": [ |
| 20 | + "dist" |
| 21 | + ], |
| 22 | + "scripts": { |
| 23 | + "prepack": "nuxt-module-build", |
| 24 | + "dev": "nuxi dev playground", |
| 25 | + "dev:build": "nuxi build playground", |
| 26 | + "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", |
| 27 | + "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", |
| 28 | + "lint": "eslint .", |
| 29 | + "test": "vitest run", |
| 30 | + "test:watch": "vitest watch" |
| 31 | + }, |
| 32 | + "dependencies": { |
| 33 | + "@nuxt/kit": "^3.6.5", |
| 34 | + "@studio-freight/lenis": "^1.0.19" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@nuxt/devtools": "latest", |
| 38 | + "@nuxt/eslint-config": "^0.1.1", |
| 39 | + "@nuxt/module-builder": "^0.4.0", |
| 40 | + "@nuxt/schema": "^3.6.5", |
| 41 | + "@nuxt/test-utils": "^3.6.5", |
| 42 | + "@nuxtjs/eslint-config-typescript": "^12.0.0", |
| 43 | + "@types/node": "^18.17.1", |
| 44 | + "changelogen": "^0.5.4", |
| 45 | + "eslint": "^8.46.0", |
| 46 | + "nuxt": "^3.6.5", |
| 47 | + "vitest": "^0.33.0" |
| 48 | + } |
34 | 49 | } |
0 commit comments