analytica.click 0.0.291 → 0.0.294
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 +13 -13
package/package.json
CHANGED
@@ -1,26 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "analytica.click",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.294",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"typings": "dist/index.d.ts",
|
7
7
|
"author": " <help@analytica.click> (analytica.click)",
|
8
8
|
"license": "ISC",
|
9
|
-
"scripts": {
|
10
|
-
"format": "npx eslint --ext .ts,.tsx ./src --fix",
|
11
|
-
"lint": "tsc && npx eslint --ext .ts,.tsx ./src",
|
12
|
-
"build-direct": "rimraf .build && rimraf dist && cross-env NODE_ENV=prod ts-node esbuild",
|
13
|
-
"build": "pnpm lint && pnpm build-direct",
|
14
|
-
"start": "cross-env NODE_ENV=dev nodemon -e ts,tsx -w ./src --exec 'ts-node esbuild'"
|
15
|
-
},
|
16
9
|
"dependencies": {
|
17
10
|
"@types/jsonwebtoken": "8.x",
|
18
11
|
"@types/react": "18.x",
|
19
12
|
"ag-common": "0.x",
|
20
13
|
"aws-sdk": "2.x",
|
21
14
|
"axios": "1.x",
|
22
|
-
"common": "workspace:*",
|
23
|
-
"common-ui": "workspace:*",
|
24
15
|
"cross-env": "7.x",
|
25
16
|
"esbuild": "0.x",
|
26
17
|
"jsonwebtoken": "8.x",
|
@@ -34,10 +25,19 @@
|
|
34
25
|
},
|
35
26
|
"devDependencies": {
|
36
27
|
"esbuild-node-externals": "1.5.0",
|
37
|
-
"npm-dts": "1.3.12"
|
28
|
+
"npm-dts": "1.3.12",
|
29
|
+
"common": "0.0.2",
|
30
|
+
"common-ui": "0.0.2"
|
38
31
|
},
|
39
32
|
"files": [
|
40
33
|
"dist/index.d.ts",
|
41
34
|
"dist/index.js"
|
42
|
-
]
|
43
|
-
|
35
|
+
],
|
36
|
+
"scripts": {
|
37
|
+
"format": "npx eslint --ext .ts,.tsx ./src --fix",
|
38
|
+
"lint": "tsc && npx eslint --ext .ts,.tsx ./src",
|
39
|
+
"build-direct": "rimraf .build && rimraf dist && cross-env NODE_ENV=prod ts-node esbuild",
|
40
|
+
"build": "pnpm lint && pnpm build-direct",
|
41
|
+
"start": "cross-env NODE_ENV=dev nodemon -e ts,tsx -w ./src --exec 'ts-node esbuild'"
|
42
|
+
}
|
43
|
+
}
|