@influur-corp/website-static-js 0.0.4 → 0.0.6

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,47 +1,47 @@
1
- {
2
- "name": "@influur-corp/website-static-js",
3
- "version": "0.0.4",
4
- "description": "Website static javascript files for influur.com webflow website.",
5
- "license": "MIT",
6
- "keywords": [
7
- "influur",
8
- "campaign"
9
- ],
10
- "author": {
11
- "name": "Influur",
12
- "url": "https://www.influur.com"
13
- },
14
- "type": "module",
15
- "main": "dist/index.js",
16
- "module": "dist/index.js",
17
- "files": [
18
- "dist"
19
- ],
20
- "publishConfig": {
21
- "access": "public"
22
- },
23
- "scripts": {
24
- "dev": "cross-env NODE_ENV=development node ./bin/build.js",
25
- "build": "cross-env NODE_ENV=production node ./bin/build.js",
26
- "cdn": "node ./bin/cdn.js",
27
- "lint": "eslint ./src && prettier --check ./src",
28
- "lint:fix": "eslint ./src --fix",
29
- "check": "tsc --noEmit",
30
- "format": "prettier --write ./src",
31
- "release": "pnpm build && changeset publish",
32
- "update": "pnpm update -i -L -r"
33
- },
34
- "devDependencies": {
35
- "@changesets/cli": "^2.29.4",
36
- "cross-env": "^7.0.3",
37
- "esbuild": "^0.25.5"
38
- },
39
- "dependencies": {
40
- "@splinetool/loader": "^1.10.91",
41
- "@splinetool/runtime": "^1.10.91",
42
- "@studio-freight/lenis": "^1.0.42",
43
- "gsap": "^3.13.0",
44
- "intl-tel-input": "^25.15.1",
45
- "three": "^0.181.0"
46
- }
47
- }
1
+ {
2
+ "name": "@influur-corp/website-static-js",
3
+ "version": "0.0.6",
4
+ "description": "Website static javascript files for influur.com webflow website.",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "influur",
8
+ "campaign"
9
+ ],
10
+ "author": {
11
+ "name": "Influur",
12
+ "url": "https://www.influur.com"
13
+ },
14
+ "type": "module",
15
+ "main": "dist/index.js",
16
+ "module": "dist/index.js",
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "scripts": {
24
+ "dev": "cross-env NODE_ENV=development node ./bin/build.js",
25
+ "build": "cross-env NODE_ENV=production node ./bin/build.js",
26
+ "cdn": "node ./bin/cdn.js",
27
+ "lint": "eslint ./src && prettier --check ./src",
28
+ "lint:fix": "eslint ./src --fix",
29
+ "check": "tsc --noEmit",
30
+ "format": "prettier --write ./src",
31
+ "release": "pnpm build && changeset publish",
32
+ "update": "pnpm update -i -L -r"
33
+ },
34
+ "devDependencies": {
35
+ "@changesets/cli": "^2.29.4",
36
+ "cross-env": "^7.0.3",
37
+ "esbuild": "^0.25.5"
38
+ },
39
+ "dependencies": {
40
+ "@splinetool/loader": "^1.10.91",
41
+ "@splinetool/runtime": "^1.10.91",
42
+ "@studio-freight/lenis": "^1.0.42",
43
+ "gsap": "^3.13.0",
44
+ "intl-tel-input": "^25.15.1",
45
+ "three": "^0.181.0"
46
+ }
47
+ }