joyent-portal/prototypes/cra-boilerplate/package.json

37 lines
986 B
JSON

{
"name": "cra-boilerplate",
"version": "1.0.0",
"license": "MPL-2.0",
"private": true,
"repository": "github:yldio/joyent-portal",
"main": "build/",
"scripts": {
"dev": "NODE_ENV=development joyent-react-scripts start",
"build": "NODE_ENV=production joyent-react-scripts build",
"prepublish": "echo 0"
},
"dependencies": {
"history": "^4.7.2",
"joyent-ui-toolkit": "^2.0.1",
"pascal-case": "^2.0.1",
"path-to-regexp": "^2.1.0",
"qs": "^6.5.1",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"styled-components": "^3.2.1"
},
"devDependencies": {
"babel-preset-joyent-portal": "^7.0.0",
"eslint": "^4.11.0",
"eslint-config-joyent-portal": "^3.2.0",
"joyent-react-scripts": "^8.2.0",
"stylelint": "^8.4.0",
"stylelint-config-joyent-portal": "^2.0.1"
}
}