@codoonfxd/crn-ui
Version:
The frontend project for crn-ui.
45 lines (44 loc) • 1.08 kB
JSON
{
"name": "@codoonfxd/crn-ui",
"version": "0.0.3",
"description": "The frontend project for crn-ui.",
"author": "沈经纬 <shenjw@codoon.com>",
"homepage": "http://git.in.codoon.com/fxd-react-native/codoon-react-native",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"directories": {
"build": "build"
},
"files": [
"build"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@types/jest": "23.3.12",
"@types/node": "10.12.18",
"@types/react": "16.7.18",
"@types/react-dom": "16.0.11",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3",
"typescript": "3.2.2"
},
"repository": {
"type": "git",
"url": "git@git.in.codoon.com:fxd-react-native/codoon-react-native.git"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {}
}