-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 2.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 2.3 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mandarina-repo",
"version": "1.7.12",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@types/lodash.get": "^4.4.4",
"docusaurus": "^1.5.1",
"markdown-it-include": "^1.1.0",
"stringify-object": "^3.3.0"
},
"scripts": {
"yarn": "cd packages/mandarina/ && rm -fr node_modules && yarn && cd ../mandarina-server/ && rm -fr node_modules && yarn link mandarina && yarn && cd ../mandarina/ && rm -fr node_modules && yarn link mandarina && yarn ",
"publish-docs": "GIT_USER=cesarve77 cd website && docusaurus-publish",
"start": "cd website && yarn start",
"tsc": "tsc -p ./packages/mandarina && tsc -p ./packages/mandarina-server && tsc -p ./packages/mandarina-antd/tsconfig.ts.json && tsc -p ./packages/mandarina-antd/tsconfig.js.json",
"bump-publish": "npm whoami && npm version patch && cd packages/mandarina && npm version patch && npm publish && cd ../mandarina-antd && npm version patch && npm publish && cd ../mandarina-server && npm version patch && npm publish && PACKAGE_VERSION=$( cat package.json | grep version | awk '{ print $2 }' | sed s/\\\"//g | sed s/,//g ) && git tag $PACKAGE_VERSION && git push --tags && cd .. && cd ..",
"publish": "npm whoami && cd packages/mandarina && npm publish && cd ../mandarina-antd && npm publish && cd ../mandarina-server && npm publish && cd .. && cd ..",
"test-gen-files": "cd __TEST__ && node ../packages/mandarina-server/build/cli/index.js gen-files",
"test-server": "cd __TEST__ && node ./app/server/server.js",
"test-prisma-deploy": "cd __TEST__/prisma && prisma deploy"
},
"devDependencies": {
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link-http": "^1.5.14",
"coffee-script": "^1.12.7",
"graphql-yoga": "^1.17.4",
"merge-graphql-schemas": "^1.5.8",
"prisma-binding": "^2.3.10",
"react-apollo": "^2.5.5",
"typescript": "3.8.3",
"unfetch": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cesarve77/mandarina.git"
},
"keywords": [
"React",
"Apollo",
"Prisma.io"
],
"author": "César Ramos",
"license": "ISC",
"bugs": {
"url": "https://github.com/cesarve77/mandarina/issues"
},
"homepage": "https://github.com/cesarve77/mandarina#readme",
"description": ""
}