@gpa-gemstone/common-pages 0.0.44 → 0.0.48

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +66 -66
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
- {
2
- "name": "@gpa-gemstone/common-pages",
3
- "version": "0.0.44",
4
- "description": "Common UI pages for GPA products",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "files": [
8
- "lib/**/*"
9
- ],
10
- "scripts": {
11
- "test": "jest --config jestconfig.json",
12
- "build": "tsc",
13
- "format": "prettier --write \"src/**/*.tsx\"",
14
- "lint": "tslint -p tsconfig.json",
15
- "prepare": "npm run build",
16
- "prepublishOnly": "npm test && npm run lint",
17
- "preversion": "npm run lint",
18
- "version": "npm run format && git add -A src",
19
- "postversion": "git push && git push --tags"
20
- },
21
- "repository": {
22
- "type": "git",
23
- "url": "https://github.com/GridProtectionAlliance/gpa-gemstone.git"
24
- },
25
- "keywords": [
26
- "React",
27
- "Interactive",
28
- "GSF",
29
- "Gemstone",
30
- "GridProtectionAlliance"
31
- ],
32
- "author": "GridProtectionAlliance",
33
- "license": "MIT",
34
- "bugs": {
35
- "url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"
36
- },
37
- "homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
38
- "devDependencies": {
39
- "@types/crypto-js": "4.0.2",
40
- "@types/jest": "^27.0.0",
41
- "@types/jquery": "3.5.6",
42
- "jest": "^27.0.6",
43
- "prettier": "^2.3.2",
44
- "ts-jest": "^27.0.4",
45
- "tslint": "^6.1.3",
46
- "tslint-config-prettier": "^1.18.0",
47
- "typescript": "4.4.4"
48
- },
49
- "dependencies": {
50
- "@gpa-gemstone/application-typings": "0.0.48",
51
- "@gpa-gemstone/gpa-symbols": "0.0.21",
52
- "@gpa-gemstone/helper-functions": "0.0.16",
53
- "@gpa-gemstone/react-forms": "1.1.24",
54
- "@gpa-gemstone/react-interactive": "1.0.55",
55
- "@gpa-gemstone/react-table": "1.2.16",
56
- "@reduxjs/toolkit": "1.6.0",
57
- "crypto-js": "4.0.0",
58
- "moment": "^2.29.4",
59
- "react": "^17.0.2",
60
- "react-redux": "7.2.6",
61
- "styled-components": "5.3.3"
62
- },
63
- "publishConfig": {
64
- "access": "public"
65
- }
66
- }
1
+ {
2
+ "name": "@gpa-gemstone/common-pages",
3
+ "version": "0.0.48",
4
+ "description": "Common UI pages for GPA products",
5
+ "main": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "files": [
8
+ "lib/**/*"
9
+ ],
10
+ "scripts": {
11
+ "test": "jest --config jestconfig.json",
12
+ "build": "tsc",
13
+ "format": "prettier --write \"src/**/*.tsx\"",
14
+ "lint": "tslint -p tsconfig.json",
15
+ "prepare": "npm run build",
16
+ "prepublishOnly": "npm test && npm run lint",
17
+ "preversion": "npm run lint",
18
+ "version": "npm run format && git add -A src",
19
+ "postversion": "git push && git push --tags"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/GridProtectionAlliance/gpa-gemstone.git"
24
+ },
25
+ "keywords": [
26
+ "React",
27
+ "Interactive",
28
+ "GSF",
29
+ "Gemstone",
30
+ "GridProtectionAlliance"
31
+ ],
32
+ "author": "GridProtectionAlliance",
33
+ "license": "MIT",
34
+ "bugs": {
35
+ "url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"
36
+ },
37
+ "homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
38
+ "devDependencies": {
39
+ "@types/crypto-js": "4.0.2",
40
+ "@types/jest": "^27.0.0",
41
+ "@types/jquery": "3.5.6",
42
+ "jest": "^27.0.6",
43
+ "prettier": "^2.3.2",
44
+ "ts-jest": "^27.0.4",
45
+ "tslint": "^6.1.3",
46
+ "tslint-config-prettier": "^1.18.0",
47
+ "typescript": "4.4.4"
48
+ },
49
+ "dependencies": {
50
+ "@gpa-gemstone/application-typings": "0.0.49",
51
+ "@gpa-gemstone/gpa-symbols": "0.0.23",
52
+ "@gpa-gemstone/helper-functions": "0.0.16",
53
+ "@gpa-gemstone/react-forms": "1.1.26",
54
+ "@gpa-gemstone/react-interactive": "1.0.62",
55
+ "@gpa-gemstone/react-table": "1.2.18",
56
+ "@reduxjs/toolkit": "1.8.3",
57
+ "crypto-js": "4.0.0",
58
+ "moment": "^2.29.4",
59
+ "react": "^18.2.0",
60
+ "react-redux": "8.0.2",
61
+ "styled-components": "5.3.3"
62
+ },
63
+ "publishConfig": {
64
+ "access": "public"
65
+ }
66
+ }