|
|
@@ -1,7 +1,8 @@
|
|
|
{
|
|
|
- "name": "growi-commons",
|
|
|
- "version": "5.0.4",
|
|
|
- "description": "GROWI Commons Libraries",
|
|
|
+ "name": "@growi/core",
|
|
|
+ "version": "4.3.3-RC",
|
|
|
+ "description": "GROWI Core Libraries",
|
|
|
+ "license": "MIT",
|
|
|
"keywords": [
|
|
|
"growi"
|
|
|
],
|
|
|
@@ -10,52 +11,21 @@
|
|
|
"src"
|
|
|
],
|
|
|
"scripts": {
|
|
|
- "lint:js:fix": "eslint **/*.{js,jsx} --fix",
|
|
|
"lint:js": "eslint **/*.{js,jsx}",
|
|
|
- "lint:styles:fix": "prettier-stylelint --quiet --write src/styles/scss/**/*.scss",
|
|
|
"lint:styles": "stylelint src/styles/scss/**/*.scss",
|
|
|
- "lint": "npm-run-all -p lint:js lint:styles",
|
|
|
+ "lint": "npm-run-all -p lint:*",
|
|
|
"test": "jest --verbose"
|
|
|
},
|
|
|
- "repository": "https://github.com/weseek/growi-commons.git",
|
|
|
- "author": "Yuki Takei <yuki@weseek.co.jp>",
|
|
|
- "license": "MIT",
|
|
|
- "bugs": {
|
|
|
- "url": "https://github.com/weseek/growi-commons/issues"
|
|
|
- },
|
|
|
"dependencies": {},
|
|
|
- "homepage": "https://github.com/weseek/growi-commons#readme",
|
|
|
"devDependencies": {
|
|
|
- "@babel/preset-env": "^7.4.3",
|
|
|
- "babel-eslint": "^10.0.1",
|
|
|
- "babel-plugin-rewire": "^1.2.0",
|
|
|
- "eslint": "^6.0.1",
|
|
|
- "eslint-config-weseek": "^1.0.2",
|
|
|
- "eslint-plugin-import": "^2.18.0",
|
|
|
- "eslint-plugin-jest": "^22.7.2",
|
|
|
- "eslint-plugin-react": "^7.14.2",
|
|
|
- "jest": "^24.7.1",
|
|
|
- "jest-localstorage-mock": "^2.4.0",
|
|
|
- "module-alias": "^2.2.0",
|
|
|
+ "jest": "^27.0.6",
|
|
|
+ "jest-localstorage-mock": "^2.4.14",
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
- "prettier-stylelint": "^0.4.2"
|
|
|
- },
|
|
|
- "_moduleAliases": {
|
|
|
- "@root": ".",
|
|
|
- "@src": "src"
|
|
|
+ "ts-jest": "^27.0.4"
|
|
|
},
|
|
|
"jest": {
|
|
|
- "moduleNameMapper": {
|
|
|
- "@root/(.+)": "<rootDir>/$1",
|
|
|
- "@src/(.+)": "<rootDir>/src/$1"
|
|
|
- },
|
|
|
"setupFiles": [
|
|
|
"jest-localstorage-mock"
|
|
|
]
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=8.11.1 <15",
|
|
|
- "npm": ">=5.6.0 <7",
|
|
|
- "yarn": ">=1.5.1 <2"
|
|
|
}
|
|
|
}
|