8295bd6882
this shall be a progressive process
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "compose-demo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"author": "Sérgio Ramos <mail@sergioramos.me>",
|
|
"keywords": [],
|
|
"main": "src/server.js",
|
|
"scripts": {
|
|
"fmt": "prettier --write --single-quote",
|
|
"format": "fmt {components,pages}/**/*.js",
|
|
"lint": "eslint {components,pages}/**/*.js --fix",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"dev": "next"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.17.1",
|
|
"force-array": "^3.1.0",
|
|
"next": "^2.3.1",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^15.5.4",
|
|
"react-codemirror": "^0.3.0",
|
|
"react-dom": "^15.5.4",
|
|
"router": "^1.3.0",
|
|
"simple-json-form-viewer": "^1.0.2",
|
|
"styled-components": "^1.4.6",
|
|
"triton-watch": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"eslint": "3.19.0",
|
|
"eslint-config-prettier": "2.0.0",
|
|
"eslint-config-xo-space": "^0.16.0",
|
|
"eslint-plugin-flowtype": "2.32.1",
|
|
"eslint-plugin-flowtype-errors": "3.2.0",
|
|
"eslint-plugin-prettier": "^2.0.1",
|
|
"eslint-plugin-react": "^7.0.0",
|
|
"prettier": "1.3.1",
|
|
"react-no-ssr": "^1.1.0"
|
|
}
|
|
}
|