-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "neo-push",
"version": "1.0.0",
"description": "Example blog site build with `@neo4j/graphql` & React.js.",
"main": "index.js",
"scripts": {
"lerna:bootstrap": "lerna bootstrap",
"prepare": "run-s lerna:clean lerna:bootstrap",
"lerna:clean": "lerna clean -y",
"client:dev": "cd ./packages/client && npm run dev",
"server:dev": "cd ./packages/server && npm run dev",
"seed": "cd ./packages/server && npm run seed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danstarns/neo-push.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danstarns/neo-push/issues"
},
"homepage": "https://github.com/danstarns/neo-push#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"lerna": "^3.22.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1"
}
}