@clickview/curator 0.0.4-rc.2 → 0.0.4-rc.4
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/dist/curator-app.js +1 -1
- package/dist/curator-app.js.map +1 -1
- package/package.json +51 -51
- package/dist/curator-styles.css +0 -7892
- package/dist/curator-styles.css.map +0 -1
- package/dist/curator-styles.js +0 -112
- package/dist/curator-styles.js.map +0 -1
- package/dist/curator-svg.js +0 -112
- package/dist/curator-svg.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@clickview/curator",
|
|
3
|
-
"version": "0.0.4-rc.
|
|
4
|
-
"description": "curator",
|
|
5
|
-
"main": "dist/curator-app.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
|
-
},
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "http://gitlab.cvinternal.net/front-end/curator.git"
|
|
14
|
-
},
|
|
15
|
-
"cv": {
|
|
16
|
-
"publishable": true,
|
|
17
|
-
"rebuildable": true
|
|
18
|
-
},
|
|
19
|
-
"author": "Matt Trengrove",
|
|
20
|
-
"license": "ISC",
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"@clickview/tooling": "^0.0.8-rc.1",
|
|
23
|
-
"@types/cropperjs": "1.3.0",
|
|
24
|
-
"@types/react-transition-group": "4.2.3",
|
|
25
|
-
"@types/yup": "0.26.24"
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@clickview/common": "^0.1.8-rc.2",
|
|
29
|
-
"@clickview/shared": "^0.0.1-rc.2",
|
|
30
|
-
"@clickview/styles": "^0.0.1-rc.2",
|
|
31
|
-
"@fortawesome/fontawesome": "1.1.8",
|
|
32
|
-
"bootstrap": "4.3.1",
|
|
33
|
-
"cropperjs": "1.5.6",
|
|
34
|
-
"formik": "2.0.6",
|
|
35
|
-
"react-bootstrap": "1.0.0-beta.14",
|
|
36
|
-
"react-sortable-hoc": "1.10.1",
|
|
37
|
-
"react-transition-group": "4.3.0",
|
|
38
|
-
"yup": "0.27.0"
|
|
39
|
-
},
|
|
40
|
-
"babel": {
|
|
41
|
-
"presets": [
|
|
42
|
-
[
|
|
43
|
-
"@babel/preset-env",
|
|
44
|
-
{
|
|
45
|
-
"corejs": 2,
|
|
46
|
-
"useBuiltIns": "entry"
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@clickview/curator",
|
|
3
|
+
"version": "0.0.4-rc.4",
|
|
4
|
+
"description": "curator",
|
|
5
|
+
"main": "dist/curator-app.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
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "http://gitlab.cvinternal.net/front-end/curator.git"
|
|
14
|
+
},
|
|
15
|
+
"cv": {
|
|
16
|
+
"publishable": true,
|
|
17
|
+
"rebuildable": true
|
|
18
|
+
},
|
|
19
|
+
"author": "Matt Trengrove",
|
|
20
|
+
"license": "ISC",
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@clickview/tooling": "^0.0.8-rc.1",
|
|
23
|
+
"@types/cropperjs": "1.3.0",
|
|
24
|
+
"@types/react-transition-group": "4.2.3",
|
|
25
|
+
"@types/yup": "0.26.24"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@clickview/common": "^0.1.8-rc.2",
|
|
29
|
+
"@clickview/shared": "^0.0.1-rc.2",
|
|
30
|
+
"@clickview/styles": "^0.0.1-rc.2",
|
|
31
|
+
"@fortawesome/fontawesome": "1.1.8",
|
|
32
|
+
"bootstrap": "4.3.1",
|
|
33
|
+
"cropperjs": "1.5.6",
|
|
34
|
+
"formik": "2.0.6",
|
|
35
|
+
"react-bootstrap": "1.0.0-beta.14",
|
|
36
|
+
"react-sortable-hoc": "1.10.1",
|
|
37
|
+
"react-transition-group": "4.3.0",
|
|
38
|
+
"yup": "0.27.0"
|
|
39
|
+
},
|
|
40
|
+
"babel": {
|
|
41
|
+
"presets": [
|
|
42
|
+
[
|
|
43
|
+
"@babel/preset-env",
|
|
44
|
+
{
|
|
45
|
+
"corejs": 2,
|
|
46
|
+
"useBuiltIns": "entry"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
}
|