@sberdevices/cra-template-plasma-basic-template
Advanced tools
Comparing version 1.1.0-canary.7.cf5fedfe2a74a7a7d6414f91eb5314082e4e1739.0 to 1.1.0
{ | ||
"name": "@sberdevices/cra-template-plasma-basic-template", | ||
"version": "1.1.0-canary.7.cf5fedfe2a74a7a7d6414f91eb5314082e4e1739.0", | ||
"version": "1.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"keywords": [ | ||
@@ -15,5 +14,5 @@ "react", | ||
"url": "git+https://github.com/sberdevices/pashka.git", | ||
"directory": "examples/plasma-basic-template" | ||
"directory": "packages/plasma-basic-template" | ||
}, | ||
"license": "MIT", | ||
"license": "Sber Public License at-nc-sa v.2", | ||
"engines": { | ||
@@ -29,3 +28,3 @@ "node": ">=12" | ||
], | ||
"gitHead": "cf5fedfe2a74a7a7d6414f91eb5314082e4e1739" | ||
"gitHead": "cc0f94d03a5fc297e0a4eadd0c1f847e18239832" | ||
} |
{ | ||
"package": { | ||
"dependencies": { | ||
"@sberdevices/assistant-client": "2.9.2", | ||
"@sberdevices/plasma-icons": "0.3.0-rc.7", | ||
"@sberdevices/assistant-client": "^2.9.2", | ||
"@sberdevices/plasma-icons": "^0.3.0-rc.7", | ||
"@sberdevices/plasma-temple": "^0.2.2", | ||
"@sberdevices/plasma-tokens": "1.0.0-rc.2", | ||
"@sberdevices/spatial-navigation": "1.0.1", | ||
"@sberdevices/ui": "1.0.0-rc.52", | ||
"@sberdevices/plasma-core": "1.0.0-rc.1", | ||
"@sberdevices/plasma-tokens": "^1.0.0-rc.2", | ||
"@sberdevices/spatial-navigation": "^1.0.1", | ||
"@sberdevices/plasma-core": "^1.0.0-rc.1", | ||
"@sberdevices/ui": "^1.0.0-rc.52", | ||
"lodash.throttle": "4.1.1", | ||
@@ -15,4 +15,3 @@ "react": "16.13.1", | ||
"react-scripts": "3.4.1", | ||
"styled-components": "5.1.1", | ||
"serve": "11.3.2" | ||
"styled-components": "5.1.1" | ||
}, | ||
@@ -23,3 +22,2 @@ "devDependencies": { | ||
"@testing-library/user-event": "7.2.1", | ||
"typescript": "3.9.3", | ||
"@types/jest": "24.9.1", | ||
@@ -32,8 +30,7 @@ "@types/node": "12.12.30", | ||
"customize-cra": "0.9.1", | ||
"react-app-rewired": "2.1.5" | ||
}, | ||
"eslintConfig": { | ||
"extends": ["react-app", "react-app/jest"] | ||
"react-app-rewired": "2.1.5", | ||
"serve": "11.3.2", | ||
"typescript": "3.9.3" | ||
} | ||
} | ||
} |
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
const path = require("path"); | ||
const { override, addWebpackAlias, addBabelPlugin, addWebpackResolve } = require("customize-cra"); | ||
const { override, addBabelPlugin, addWebpackResolve } = require("customize-cra"); | ||
/* eslint-enable @typescript-eslint/no-var-requires */ | ||
@@ -8,3 +8,3 @@ | ||
addWebpackResolve({ | ||
modules: path.resolve(__dirname, "node_dodules"), | ||
modules: path.resolve(__dirname, "node_modules"), | ||
}), | ||
@@ -14,5 +14,5 @@ addBabelPlugin([ | ||
{ | ||
displayName: process.env.REACT_APP_ENVIRONMENT === "development", | ||
displayName: process.env.NODE_ENV === "development", | ||
}, | ||
]) | ||
); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
103834
15
204
1
1
1
70