@clickview/ship-it 0.0.42 → 0.0.43-rc.1

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.
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "Analytics.Web",
3
+ "version": "0.0.0",
4
+ "description": "ClickView Analytics",
5
+ "scripts": {
6
+ "prod-linux": "run-s clean vendor-prod-linux copy-assets validate",
7
+ "vendor-prod-linux": "export NODE_ENV=production && node ./Assets/tooling/bundleHelper.js",
8
+ "prod": "run-s clean vendor-prod copy-assets validate",
9
+ "start-prod": "run-s prod dotnet-prod",
10
+ "vendor-prod": "set NODE_ENV=production&& node ./Assets/tooling/bundleHelper.js",
11
+ "dotnet-prod": "dotnet run --launch-profile Production",
12
+ "validate": "node ./Assets/tooling/buildValidator.js",
13
+ "copy-assets": "node ./Assets/tooling/copyAssets.js",
14
+ "dev": "run-p link-dev-files dotnet-dev",
15
+ "vendor-dev": "set NODE_ENV=development&& node ./Assets/tooling/bundleHelper.js",
16
+ "link-dev-files": "node ./Assets/tooling/linkDevFiles.js",
17
+ "start": "run-s link-assets clean vendor-dev dev",
18
+ "start-dev": "npm start",
19
+ "dotnet-dev": "dotnet run --launch-profile Development",
20
+ "link-assets": "npm link @clickview/tooling @clickview/reports",
21
+ "clean": "node ./Assets/tooling/cleanDist.js"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "http://gitlab.cvinternal.net/Analytics/Analytics.Web"
26
+ },
27
+ "author": "Joshua Taylor, Matt Trengrove, Michael McDonnell, Shale Kuzmanovski",
28
+ "license": "ISC",
29
+ "devDependencies": {
30
+ "chalk": "^4.1.2",
31
+ "concat": "^1.0.3",
32
+ "glob": "^7.1.6",
33
+ "json-diff": "^0.5.4",
34
+ "lodash": "^4.17.21",
35
+ "mkdirp": "^1.0.4",
36
+ "npm-run-all": "^4.1.5",
37
+ "rev-hash": "^3.0.0",
38
+ "rimraf": "^3.0.2",
39
+ "symlink-dir": "5.0.1",
40
+ "write-json-file": "^4.3.0"
41
+ },
42
+ "dependencies": {
43
+ "@clickview/reports": "0.59.0-rc.0",
44
+ "react": "18.1.0"
45
+ }
46
+ }