@gpa-gemstone/common-pages 0.0.100 → 0.0.101

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 +60 -60
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "@gpa-gemstone/common-pages",
3
- "version": "0.0.100",
4
- "description": "Common UI pages for GPA products",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "files": ["lib/**/*"],
8
- "scripts": {
9
- "test": "jest --config jestconfig.json",
10
- "build": "tsc",
11
- "format": "prettier --write \"src/**/*.tsx\"",
12
- "lint": "eslint . --ext .ts,.tsx",
13
- "prepare": "npm run build",
14
- "prepublishOnly": "npm test && npm run lint",
15
- "preversion": "npm run lint",
16
- "version": "npm run format && git add -A src",
17
- "postversion": "git push && git push --tags"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "https://github.com/GridProtectionAlliance/gpa-gemstone.git"
22
- },
23
- "keywords": [
24
- "React",
25
- "Interactive",
26
- "GSF",
27
- "Gemstone",
28
- "GridProtectionAlliance"
29
- ],
30
- "author": "GridProtectionAlliance",
31
- "license": "MIT",
32
- "bugs": {"url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"},
33
- "homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
34
- "devDependencies": {
35
- "@types/crypto-js": "4.0.2",
36
- "@types/jest": "^27.0.0",
37
- "@types/jquery": "3.5.6",
38
- "@typescript-eslint/eslint-plugin": "^5.60.0",
39
- "@typescript-eslint/parser": "^5.60.0",
40
- "eslint": "^8.43.0",
41
- "jest": "^27.0.6",
42
- "prettier": "^2.3.2",
43
- "ts-jest": "^27.0.4",
44
- "typescript": "4.4.4"
45
- },
46
- "dependencies": {
47
- "@gpa-gemstone/application-typings": "0.0.69",
48
- "@gpa-gemstone/gpa-symbols": "0.0.31",
49
- "@gpa-gemstone/helper-functions": "0.0.30",
50
- "@gpa-gemstone/react-forms": "1.1.58",
51
- "@gpa-gemstone/react-interactive": "1.0.115",
52
- "@gpa-gemstone/react-table": "1.2.41",
53
- "@reduxjs/toolkit": "1.8.3",
54
- "crypto-js": "4.0.0",
55
- "moment": "^2.29.4",
56
- "react": "^18.2.0",
57
- "react-redux": "8.0.2",
58
- "styled-components": "5.3.3"
59
- },
60
- "publishConfig": {"access": "public"}
1
+ {
2
+ "name": "@gpa-gemstone/common-pages",
3
+ "version": "0.0.101",
4
+ "description": "Common UI pages for GPA products",
5
+ "main": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "files": ["lib/**/*"],
8
+ "scripts": {
9
+ "test": "jest --config jestconfig.json",
10
+ "build": "tsc",
11
+ "format": "prettier --write \"src/**/*.tsx\"",
12
+ "lint": "eslint . --ext .ts,.tsx",
13
+ "prepare": "npm run build",
14
+ "prepublishOnly": "npm test && npm run lint",
15
+ "preversion": "npm run lint",
16
+ "version": "npm run format && git add -A src",
17
+ "postversion": "git push && git push --tags"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/GridProtectionAlliance/gpa-gemstone.git"
22
+ },
23
+ "keywords": [
24
+ "React",
25
+ "Interactive",
26
+ "GSF",
27
+ "Gemstone",
28
+ "GridProtectionAlliance"
29
+ ],
30
+ "author": "GridProtectionAlliance",
31
+ "license": "MIT",
32
+ "bugs": {"url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"},
33
+ "homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
34
+ "devDependencies": {
35
+ "@types/crypto-js": "4.0.2",
36
+ "@types/jest": "^27.0.0",
37
+ "@types/jquery": "3.5.6",
38
+ "@typescript-eslint/eslint-plugin": "^5.60.0",
39
+ "@typescript-eslint/parser": "^5.60.0",
40
+ "eslint": "^8.43.0",
41
+ "jest": "^27.0.6",
42
+ "prettier": "^2.3.2",
43
+ "ts-jest": "^27.0.4",
44
+ "typescript": "4.4.4"
45
+ },
46
+ "dependencies": {
47
+ "@gpa-gemstone/application-typings": "0.0.69",
48
+ "@gpa-gemstone/gpa-symbols": "0.0.32",
49
+ "@gpa-gemstone/helper-functions": "0.0.30",
50
+ "@gpa-gemstone/react-forms": "1.1.58",
51
+ "@gpa-gemstone/react-interactive": "1.0.116",
52
+ "@gpa-gemstone/react-table": "1.2.42",
53
+ "@reduxjs/toolkit": "1.8.3",
54
+ "crypto-js": "4.0.0",
55
+ "moment": "^2.29.4",
56
+ "react": "^18.2.0",
57
+ "react-redux": "8.0.2",
58
+ "styled-components": "5.3.3"
59
+ },
60
+ "publishConfig": {"access": "public"}
61
61
  }