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

38 lines
1.1 KiB
JSON
Raw Normal View History

{
"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",
"fmt": "prettier --write --single-quote *.js src/*.js src/**/*.js",
2017-10-24 13:09:57 +03:00
"lint": "eslint . --fix && stylelint './src/**/*.js'"
},
"dependencies": {
2017-10-24 13:09:57 +03:00
"history": "^4.7.2",
"joyent-ui-toolkit": "^2.0.0",
"pascal-case": "^2.0.1",
"path-to-regexp": "^2.0.0",
"qs": "^6.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
2017-10-24 13:09:57 +03:00
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
2017-10-24 13:09:57 +03:00
"redux": "^3.7.2",
"redux-form": "^7.1.1",
"styled-components": "^2.2.1"
},
"devDependencies": {
"babel-preset-joyent-portal": "^3.3.3",
"eslint": "^4.8.0",
"eslint-config-joyent-portal": "3.1.0",
"joyent-react-scripts": "^2.2.1",
"prettier": "^1.7.4",
"stylelint": "^8.2.0",
"stylelint-config-joyent-portal": "^2.0.1"
}
2017-10-24 13:09:57 +03:00
}