forked from facebook/lexical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 5.04 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
{
"description": "Outline is an extensible text-editor that provides reliable, accessible and performant typing experiences.",
"version": "0.0.42",
"license": "MIT",
"author": {
"name": "Dominic Gannaway",
"email": "dg@domgan.com"
},
"private": true,
"workspaces": [
"packages/*"
],
"engines": {
"npm": ">=7",
"yarn": ">=1"
},
"engineStrict": true,
"scripts": {
"start": "npm run build && npm run start --prefix packages/outline-playground",
"dev": "concurrently \"npm:watch\" \"npm run start --prefix packages/outline-playground\"",
"build": "node scripts/build.js --clean",
"build-prod": "node scripts/build.js --prod --clean",
"build-www": "node scripts/build.js --clean --www && node scripts/build.js --www --prod",
"clean": "node scripts/build.js --clean",
"watch": "node scripts/build.js --watch",
"flow": "node ./scripts/tasks/flow.js",
"test-unit": "jest --selectProjects unit --testPathPattern",
"test-e2e:chromium": "cross-env E2E_BROWSER=chromium jest --selectProjects e2e --testPathPattern",
"test-e2e:firefox": "cross-env E2E_BROWSER=firefox jest --selectProjects e2e --testPathPattern",
"test-e2e:webkit": "cross-env E2E_BROWSER=webkit jest --selectProjects e2e --testPathPattern",
"test-e2e-plain:chromium": "cross-env E2E_BROWSER=chromium cross-env E2E_EDITOR_MODE=plain-text jest --selectProjects e2e --testPathPattern",
"test-e2e-plain:firefox": "cross-env E2E_BROWSER=firefox cross-env E2E_EDITOR_MODE=plain-text jest --selectProjects e2e --testPathPattern",
"test-e2e-plain:webkit": "cross-env E2E_BROWSER=webkit cross-env E2E_EDITOR_MODE=plain-text jest --selectProjects e2e --testPathPattern",
"test-e2e-ci:chromium": "cross-env E2E_PORT=4000 start-server-and-test prepare-ci 4000 test-e2e:chromium",
"test-e2e-ci:firefox": "cross-env E2E_PORT=4000 start-server-and-test prepare-ci 4000 test-e2e:firefox",
"test-e2e-ci:webkit": "cross-env E2E_PORT=4000 start-server-and-test prepare-ci 4000 test-e2e:webkit",
"debug-test-e2e": "cross-env E2E_DEBUG=true jest --selectProjects e2e --testPathPattern",
"debug-test-e2e:chromium": "cross-env E2E_BROWSER=chromium cross-env E2E_DEBUG=true jest --selectProjects e2e --testPathPattern",
"debug-test-e2e:firefox": "cross-env E2E_BROWSER=firefox cross-env E2E_DEBUG=true jest --selectProjects e2e --testPathPattern",
"debug-test-e2e:webkit": "cross-env E2E_BROWSER=webkit cross-env E2E_DEBUG=true jest --selectProjects e2e --testPathPattern",
"debug-test-e2e-plain": "cross-env E2E_DEBUG=true cross-env E2E_EDITOR_MODE=plain-text jest --selectProjects e2e --testPathPattern",
"debug-test-e2e-plain:chromium": "cross-env E2E_BROWSER=chromium cross-env E2E_DEBUG=true cross-env E2E_EDITOR_MODE=plain-text jest --selectProjects e2e --testPathPattern",
"debug-test-e2e-plain:firefox": "cross-env E2E_BROWSER=firefox cross-env E2E_DEBUG=true cross-env E2E_EDITOR_MODE=plain-text jest --selectProjects e2e --testPathPattern",
"debug-test-e2e-plain:webkit": "cross-env E2E_BROWSER=webkit cross-env E2E_DEBUG=true cross-env E2E_EDITOR_MODE=plain-text jest --selectProjects e2e --testPathPattern",
"debug-test-unit": "node --inspect-brk node_modules/.bin/jest --runInBand --collectCoverage=false",
"lint": "node ./scripts/tasks/eslint.js",
"prettier": "node ./scripts/prettier.js write-changed",
"prettier-all": "node ./scripts/prettier.js write",
"prepare-ci": "npm run build --prefix packages/outline-playground && serve packages/outline-playground/build -l 4000",
"prepare-release": "npm run build-prod && node ./scripts/prepare-release.js",
"prepare": "husky install"
},
"devDependencies": {
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-alias": "^3.1.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-replace": "^3.0.0",
"child-process-promise": "^2.2.1",
"chokidar": "^3.5.2",
"concurrently": "^6.2.0",
"confusing-browser-globals": "^1.0.10",
"cross-env": "^7.0.3",
"eslint": "^7.31.0",
"eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.8.1",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-no-for-of-loops": "^1.0.1",
"eslint-plugin-no-function-declare-after-return": "^1.1.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"flow-bin": "^0.156.0",
"fs-extra": "^10.0.0",
"google-closure-compiler": "^20210601.0.0",
"husky": "^7.0.1",
"jest": "26.6.0",
"lint-staged": "^11.1.0",
"minimist": "^1.2.5",
"playwright": "1.16.0-next-alpha-trueadm-fork",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"rollup": "^2.53.3",
"serve": "^12.0.0",
"start-server-and-test": "^1.13.0",
"tmp": "^0.2.1"
}
}