@clickview/lite 0.0.5 → 0.0.6-rc.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.
Files changed (1) hide show
  1. package/package.json +49 -49
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "name": "@clickview/lite",
3
- "version": "0.0.5",
4
- "description": "ClickView Lite",
5
- "main": "dist/bundle.js",
6
- "types": "dist/index.d.ts",
7
- "scripts": {
8
- "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
9
- "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
10
- "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "http://gitlab.cvinternal.net/front-end/lite.git"
15
- },
16
- "cv": {
17
- "publishable": true,
18
- "rebuildable": true
19
- },
20
- "author": "Joshua Taylor, Shale Kuzmanovski, Matt Trengrove, Michael McDonnell",
21
- "license": "ISC",
22
- "devDependencies": {
23
- "@clickview/tooling": "0.0.13",
24
- "@types/marked": "0.7.3",
25
- "@types/react-custom-scrollbars": "4.0.6"
26
- },
27
- "dependencies": {
28
- "@clickview/common": "1.0.4",
29
- "@clickview/dashboard": "1.0.4",
30
- "@clickview/playlists": "1.0.4",
31
- "@clickview/shared": "1.0.4",
32
- "@clickview/styles": "1.0.3",
33
- "@microsoft/immersive-reader-sdk": "1.0.0",
34
- "marked": "0.8.0",
35
- "react-custom-scrollbars": "4.2.1",
36
- "react-dropzone": "10.2.1"
37
- },
38
- "babel": {
39
- "presets": [
40
- [
41
- "@babel/preset-env",
42
- {
43
- "corejs": 3,
44
- "useBuiltIns": "entry"
45
- }
46
- ]
47
- ]
48
- }
49
- }
1
+ {
2
+ "name": "@clickview/lite",
3
+ "version": "0.0.6-rc.0",
4
+ "description": "ClickView Lite",
5
+ "main": "dist/bundle.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
9
+ "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
10
+ "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "http://gitlab.cvinternal.net/front-end/lite.git"
15
+ },
16
+ "cv": {
17
+ "publishable": true,
18
+ "rebuildable": true
19
+ },
20
+ "author": "Joshua Taylor, Shale Kuzmanovski, Matt Trengrove, Michael McDonnell",
21
+ "license": "ISC",
22
+ "devDependencies": {
23
+ "@clickview/tooling": "0.0.13",
24
+ "@types/marked": "0.7.3",
25
+ "@types/react-custom-scrollbars": "4.0.6"
26
+ },
27
+ "dependencies": {
28
+ "@clickview/common": "1.0.4",
29
+ "@clickview/dashboard": "1.0.5-rc.0",
30
+ "@clickview/playlists": "1.0.5-rc.0",
31
+ "@clickview/shared": "1.0.5-rc.0",
32
+ "@clickview/styles": "1.0.3",
33
+ "@microsoft/immersive-reader-sdk": "1.0.0",
34
+ "marked": "0.8.0",
35
+ "react-custom-scrollbars": "4.2.1",
36
+ "react-dropzone": "10.2.1"
37
+ },
38
+ "babel": {
39
+ "presets": [
40
+ [
41
+ "@babel/preset-env",
42
+ {
43
+ "corejs": 3,
44
+ "useBuiltIns": "entry"
45
+ }
46
+ ]
47
+ ]
48
+ }
49
+ }