-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages/neuron-ui/package.json
Unrelated update
- Loading branch information
Showing
1 changed file
with
112 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,125 +1,113 @@ | ||
{ | ||
"name": "neuron-ui", | ||
"version": "0.119.0", | ||
"private": true, | ||
"author": { | ||
"name": "Nervos Core Dev", | ||
"email": "[email protected]", | ||
"url": "https://github.com/nervosnetwork/neuron" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nervosnetwork/neuron" | ||
}, | ||
"homepage": "./", | ||
"main": "./build", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-app-rewired start", | ||
"lint": "eslint --fix --ext .tsx,.ts,.js src", | ||
"test": "react-app-rewired test --env=jsdom --watchAll=false", | ||
"build": "cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-app-rewired build", | ||
"clean": "npx rimraf build", | ||
"precommit": "lint-staged", | ||
"storybook": "storybook dev -p 9009 -s public", | ||
"build-storybook": "storybook build -s public" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"lint-staged": { | ||
".storybook/**/*.{js,cjs,mjs,jsx,ts,tsx}": [ | ||
"prettier --ignore-path ../../.prettierignore --write", | ||
"eslint --fix", | ||
"git add" | ||
], | ||
"src/**/*.{js,cjs,mjs,jsx,ts,tsx}": [ | ||
"prettier --ignore-path ../../.prettierignore --write", | ||
"eslint --fix", | ||
"git add" | ||
], | ||
"src/**/*.{css,scss}": [ | ||
"prettier --ignore-path ../../.prettierignore --write", | ||
"git add" | ||
] | ||
}, | ||
"jest": { | ||
"displayName": "UI Tests" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.23.0", | ||
"@ckb-lumos/bi": "0.23.0", | ||
"@ckb-lumos/codec": "0.23.0", | ||
"@ckb-lumos/common-scripts": "0.23.0", | ||
"@ckb-lumos/config-manager": "0.23.0", | ||
"@ckb-lumos/hd": "0.23.0", | ||
"@ckb-lumos/helpers": "0.23.0", | ||
"@ckb-lumos/lumos": "0.23.0", | ||
"@ckb-lumos/rpc": "0.23.0", | ||
"canvg": "2.0.0", | ||
"i18next": "23.7.11", | ||
"immer": "9.0.21", | ||
"jsqr": "1.4.0", | ||
"office-ui-fabric-react": "7.204.0", | ||
"qr.js": "0.0.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-i18next": "13.5.0", | ||
"react-router-dom": "6.21.1", | ||
"react-transition-group": "4.4.5", | ||
"sass": "1.69.5", | ||
"tslib": "2.6.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-private-property-in-object": "7.21.11", | ||
"@babel/preset-typescript": "7.23.3", | ||
"@jest/globals": "27.5.1", | ||
"@storybook/addon-actions": "7.6.6", | ||
"@storybook/addon-essentials": "7.6.6", | ||
"@storybook/addon-interactions": "7.6.6", | ||
"@storybook/addon-links": "7.6.6", | ||
"@storybook/node-logger": "7.6.6", | ||
"@storybook/preset-create-react-app": "7.6.6", | ||
"@storybook/react": "7.6.6", | ||
"@storybook/react-webpack5": "7.6.6", | ||
"@storybook/testing-library": "0.2.2", | ||
"@types/enzyme": "3.10.18", | ||
"@types/enzyme-adapter-react-16": "1.0.9", | ||
"@types/node": "20.10.5", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.18", | ||
"@types/react-router-dom": "5.3.3", | ||
"@types/styled-components": "5.1.34", | ||
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0", | ||
"babel-jest": "25.5.1", | ||
"electron": "30.0.0", | ||
"enzyme": "3.11.0", | ||
"enzyme-adapter-react-16": "1.15.8", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsx-a11y": "6.7.1", | ||
"eslint-plugin-react": "7.32.2", | ||
"jest-styled-components": "7.2.0", | ||
"react-app-rewired": "2.2.1", | ||
"react-scripts": "5.0.1", | ||
"react-test-renderer": "18.2.0", | ||
"storybook": "7.6.6", | ||
"storybook-addon-react-router-v6": "2.0.10", | ||
"webpack": "5.94.0" | ||
}, | ||
"resolutions": { | ||
"react-i18next": "14.0.0" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
{ | ||
"name": "neuron-ui", | ||
"version": "0.119.0", | ||
"private": true, | ||
"author": { | ||
"name": "Nervos Core Dev", | ||
"email": "[email protected]", | ||
"url": "https://github.com/nervosnetwork/neuron" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nervosnetwork/neuron" | ||
}, | ||
"homepage": "./", | ||
"main": "./build", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-app-rewired start", | ||
"lint": "eslint --fix --ext .tsx,.ts,.js src", | ||
"test": "react-app-rewired test --env=jsdom --watchAll=false", | ||
"build": "cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-app-rewired build", | ||
"clean": "npx rimraf build", | ||
"precommit": "lint-staged", | ||
"storybook": "storybook dev -p 9009 -s public", | ||
"build-storybook": "storybook build -s public" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"lint-staged": { | ||
".storybook/**/*.{js,cjs,mjs,jsx,ts,tsx}": [ | ||
"prettier --ignore-path ../../.prettierignore --write", | ||
"eslint --fix", | ||
"git add" | ||
], | ||
"src/**/*.{js,cjs,mjs,jsx,ts,tsx}": [ | ||
"prettier --ignore-path ../../.prettierignore --write", | ||
"eslint --fix", | ||
"git add" | ||
], | ||
"src/**/*.{css,scss}": [ | ||
"prettier --ignore-path ../../.prettierignore --write", | ||
"git add" | ||
] | ||
}, | ||
"jest": { | ||
"displayName": "UI Tests" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.23.0", | ||
"@ckb-lumos/bi": "0.23.0", | ||
"@ckb-lumos/codec": "0.23.0", | ||
"@ckb-lumos/common-scripts": "0.23.0", | ||
"@ckb-lumos/config-manager": "0.23.0", | ||
"@ckb-lumos/hd": "0.23.0", | ||
"@ckb-lumos/helpers": "0.23.0", | ||
"@ckb-lumos/lumos": "0.23.0", | ||
"@ckb-lumos/rpc": "0.23.0", | ||
"canvg": "2.0.0", | ||
"i18next": "23.7.11", | ||
"immer": "9.0.21", | ||
"jsqr": "1.4.0", | ||
"office-ui-fabric-react": "7.204.0", | ||
"qr.js": "0.0.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-i18next": "13.5.0", | ||
"react-router-dom": "6.21.1", | ||
"react-transition-group": "4.4.5", | ||
"sass": "1.69.5", | ||
"tslib": "2.6.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-private-property-in-object": "7.21.11", | ||
"@babel/preset-typescript": "7.23.3", | ||
"@jest/globals": "27.5.1", | ||
"@storybook/addon-actions": "7.6.6", | ||
"@storybook/addon-essentials": "7.6.6", | ||
"@storybook/addon-interactions": "7.6.6", | ||
"@storybook/addon-links": "7.6.6", | ||
"@storybook/node-logger": "7.6.6", | ||
"@storybook/preset-create-react-app": "7.6.6", | ||
"@storybook/react": "7.6.6", | ||
"@storybook/react-webpack5": "7.6.6", | ||
"@storybook/testing-library": "0.2.2", | ||
"@types/enzyme": "3.10.18", | ||
"@types/enzyme-adapter-react-16": "1.0.9", | ||
"@types/node": "20.10.5", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.18", | ||
"@types/react-router-dom": "5.3.3", | ||
"@types/styled-components": "5.1.34", | ||
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0", | ||
"babel-jest": "25.5.1", | ||
"electron": "30.0.0", | ||
"enzyme": "3.11.0", | ||
"enzyme-adapter-react-16": "1.15.8", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsx-a11y": "6.7.1", | ||
"eslint-plugin-react": "7.32.2", | ||
"jest-styled-components": "7.2.0", | ||
"react-app-rewired": "2.2.1", | ||
"react-scripts": "5.0.1", | ||
"react-test-renderer": "18.2.0", | ||
"storybook": "7.6.6", | ||
"storybook-addon-react-router-v6": "2.0.10", | ||
"webpack": "5.94.0" | ||
}, | ||
"resolutions": { | ||
"react-i18next": "14.0.0" | ||
} | ||
} |
812755c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 12309205561