lenis 0.0.2 → 1.0.43-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,14 +1,83 @@
1
1
  {
2
2
  "name": "lenis",
3
- "version": "0.0.2",
4
- "description": "",
5
- "author": "studio-freight",
3
+ "version": "1.0.43-dev.0",
4
+ "author": "darkroom.engineering",
5
+ "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/studio-freight/lenis.git"
8
+ "url": "git+https://github.com/darkroomengineering/lenis.git"
9
9
  },
10
10
  "bugs": {
11
- "url": "https://github.com/studio-freight/lenis/issues"
11
+ "url": "https://github.com/darkroomengineering/lenis/issues"
12
12
  },
13
- "homepage": "https://github.com/studio-freight/lenis#readme"
13
+ "homepage": "https://github.com/darkroomengineering/lenis",
14
+ "funding": {
15
+ "type": "github",
16
+ "url": "https://github.com/sponsors/darkroomengineering"
17
+ },
18
+ "keywords": [
19
+ "scroll",
20
+ "smooth",
21
+ "lenis",
22
+ "react"
23
+ ],
24
+ "type": "module",
25
+ "scripts": {
26
+ "build:core": "npm run build --prefix ./packages/core",
27
+ "build:react": "npm run build --prefix ./packages/react",
28
+ "build": "npm-run-all clean build:core build:react",
29
+ "clean": "rimraf dist",
30
+ "readme": "node update-readme.js",
31
+ "version:dev": "npm version prepatch --preid dev --force --no-git-tag-version",
32
+ "version:patch": "npm version patch --force --no-git-tag-version",
33
+ "version:minor": "npm version minor --force --no-git-tag-version",
34
+ "version:major": "npm version major --force --no-git-tag-version",
35
+ "postversion": "npm-run-all build readme",
36
+ "publish": "npm publish",
37
+ "publish:dev": "npm publish --tag dev"
38
+ },
39
+ "files": [
40
+ "dist"
41
+ ],
42
+ "devDependencies": {
43
+ "@rollup/plugin-commonjs": "^25.0.7",
44
+ "@rollup/plugin-json": "^6.1.0",
45
+ "@rollup/plugin-node-resolve": "^15.2.3",
46
+ "@rollup/plugin-terser": "^0.4.4",
47
+ "@rollup/plugin-typescript": "^11.1.6",
48
+ "@types/react": "^18.2.77",
49
+ "move-file-cli": "^3.0.0",
50
+ "npm-run-all": "^4.1.5",
51
+ "react": "^18.2.0",
52
+ "react-dom": "^18.2.0",
53
+ "rimraf": "^5.0.5",
54
+ "rollup": "^4.14.2",
55
+ "rollup-plugin-dts": "^6.1.0",
56
+ "tslib": "^2.6.2",
57
+ "typescript": "^5.4.5"
58
+ },
59
+ "peerDependencies": {
60
+ "react": ">=17.0.0",
61
+ "react-dom": ">=17.0.0"
62
+ },
63
+ "sideEffects": false,
64
+ "unpkg": "./dist/lenis.mjs",
65
+ "main": "./dist/lenis.mjs",
66
+ "module": "./dist/lenis.mjs",
67
+ "types": "./dist/lenis.d.ts",
68
+ "exports": {
69
+ ".": {
70
+ "types": "./dist/lenis.d.ts",
71
+ "default": "./dist/lenis.mjs"
72
+ },
73
+ "./react": {
74
+ "types": "./dist/lenis-react.d.ts",
75
+ "default": "./dist/lenis-react.mjs"
76
+ }
77
+ },
78
+ "dependencies": {
79
+ "@darkroom.engineering/hamo": "^0.6.35",
80
+ "clsx": "^2.1.0",
81
+ "zustand": "^4.5.2"
82
+ }
14
83
  }
package/readme.md DELETED
@@ -1 +0,0 @@
1
- [See package](https://www.npmjs.com/package/@studio-freight/lenis)