forked from dewen/Bodiless-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.96 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "bodiless-js",
"description": "Bodiless-JS",
"version": "0.0.51",
"keywords": [
"gatsby"
],
"license": "Apache-2.0",
"scripts": {
"bootstrap": "npx lerna bootstrap --hoist --strict",
"build": "cross-env NODE_ENV=production lerna run build --stream",
"build:packages": "cross-env NODE_ENV=production lerna run build --stream --no-private",
"build:watch": "cross-env NODE_ENV=development lerna run build:watch --parallel",
"build:env-vars": "cross-env NODE_ENV=production lerna run build:env-vars --stream",
"build:doc": "cross-env NODE_ENV=production lerna run build:doc --stream",
"clean": "lerna run clean && rimraf .eslintcache examples/*/.env.development examples/*/.env.production",
"cy:run": "cypress run --browser chrome --record --key 0dcfb624-e152-453a-9375-aa710adb57ab",
"copyright": "node ./scripts/add-copyright",
"fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx packages examples",
"fix:target": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx",
"fresh": "npm run clean && lerna clean -y && rimraf node_modules && npm run setup",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx packages examples --",
"lint:target": "eslint --cache --ext .js,.jsx,.ts,.tsx",
"lint:change": "git diff --name-only --diff-filter=d master... | grep -e 'tsx$' -e 'jsx$' -e 'js$' -e 'ts$' | xargs -L 1 npm run lint-target",
"new": "node ./scripts/new-starter",
"publish:all": "npm run build && lerna publish --registry $NPM_REGISTRY",
"publish:from-package": "npm run build && lerna publish from-package --registry $NPM_REGISTRY",
"publish:patch": "lerna version patch --conventional-commits --force-publish",
"publish:minor": "lerna version minor --conventional-commits",
"publish:major": "lerna version major --conventional-commits",
"lerna:publish": "lerna publish from-git --yes --dist-tag latest",
"scan": "ts-complexity --max-complexity 10 --pattern \"packages/**/src/**/*.ts(x)\"",
"scan:target": "ts-complexity --max-complexity 1 --pattern",
"serve": "lerna run serve --scope @bodiless/test-site --stream",
"setup": "npm run bootstrap && npm run build:packages",
"sites:pack": "lerna exec --no-private --stream -- npm pack",
"sites:clone-local": "node ./scripts/sites-clone",
"sites:install": "node ./scripts/sites-install",
"sites:update": "npm run sites:pack && npm run sites:install",
"sites:launch-test": "npm run sites:clone-local test-site && npm run sites:update test-site && cd sites/test-site && npm install && npm run start",
"start": "npm run build:watch",
"test": "jest",
"test:ci": "start-server-and-test sites:launch-test http://localhost:8005 cy:run",
"test:watch": "jest --watch"
},
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"dependencies": {
"@types/html2canvas": "0.0.35",
"complexity-report": "^2.0.0-alpha",
"cypress": "^3.8.3",
"cypress-failed-log": "^2.6.0",
"debug": "^4.1.1",
"html2canvas": "^1.0.0-rc.3",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"start-server-and-test": "^1.10.8",
"symlink-dir": "^3.0.3",
"ts-complexity": "0.0.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/runtime": "^7.4.2",
"@types/enzyme": "^3.9.1",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.149",
"@types/rc-tooltip": "^3.7.1",
"@types/react-dom": "^16.8.5",
"@types/slate": "^0.44.0",
"@types/slate-react": "^0.21.1",
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"cross-env": "^5.2.0",
"cypress-file-upload": "^3.5.3",
"cypress-xpath": "^1.4.0",
"docsify-cli": "^4.3.0",
"dotenv": "^8.2.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.19.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"husky": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-haste-map": "^24.5.0",
"jest-resolve": "^24.5.0",
"jest-sonar-reporter": "^2.0.0",
"lerna": "^3.11.0",
"npm-run-all": "^4.1.5",
"ora": "^4.0.2",
"postcss-cli": "^7.1.0",
"react-test-renderer": "16.8.4",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.2",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/johnsonandjohnson/bodiless-js.git"
},
"engines": {
"node": ">=12.18"
}
}