-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
132 lines (132 loc) · 4.97 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
125
126
127
128
129
130
131
132
{
"name": "@nylas/components",
"engines": {
"node": ">= 14.0.0",
"yarn": ">= 1.20.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nylas/components.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "lerna run --parallel build",
"build:test": "yarn nyc instrument components instrumented && live-server --no-browser instrumented --host=0.0.0.0 --port=8000",
"coverage:report": "yarn nyc report --reporter=html",
"cy:coverage": "TZ=America/Toronto CYPRESS_TEST_COVERAGE=true yarn cypress run",
"view:coverage": "open coverage/index.html",
"cy:open": "TZ=America/Toronto cypress open",
"cy:run": "TZ=America/Toronto cypress run",
"dev": "lerna run --parallel dev --concurrency 8",
"dev:scoped": "concurrently \"live-server . --host=localhost --port=8000\" \"lerna run --parallel dev --scope=@nylas/components-{mailbox}\"",
"lerna": "lerna",
"link": "lerna link convert",
"lint": "eslint --ext .ts -f visualstudio .",
"lint:ci": "yarn lint:fix -- --quiet",
"lint:fix": "yarn lint -- --fix",
"lint:prettier": "prettier --write .",
"lint:pretty-quick": "pretty-quick --staged",
"list": "lerna list",
"new-component": "node ./scripts/new.js",
"postinstall": "husky install",
"release:canary": "lerna version prerelease --no-private -m 'pre-release' --yes",
"postrelease:canary": "DATE=`date '+prerelease/%Y%m%d%H%M%S'` && git tag $DATE && git push origin $DATE",
"release:stable": "lerna version --no-private",
"postrelease:stable": "DATE=`date '+release/%Y%m%d%H%M%S'` && git tag $DATE && git push origin $DATE",
"start": "concurrently \"live-server . --host=0.0.0.0 --port=8000\" \"yarn dev\"",
"start:ci": "TZ=America/Toronto sirv . --port 8000 public",
"test": "jest --no-cache --verbose --run-in-band",
"test-coverage": "yarn test --coverage",
"tscheck": "lerna run --parallel tscheck",
"tsc": "tsc"
},
"peerDependencies": {
"webpack": "4.46.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@cypress/code-coverage": "^3.9.12",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-alias": "3.1.2",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "8.2.0",
"@testing-library/cypress": "^8.0.2",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^1.0.10",
"@types/d3-scale": "^4.0.2",
"@types/d3-time": "^3.0.0",
"@types/dompurify": "^2.3.1",
"@types/fs-extra": "9.0.12",
"@types/jest": "^26.0.22",
"@types/luxon": "^2.0.5",
"@types/node": "14.6.1",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-loader": "^8.1.0",
"babel-register": "6.26.0",
"concurrently": "6.0.0",
"core-js": "^3.9.0",
"cypress": "8.0.0",
"cypress-file-upload": "5.0.8",
"date-fns": "2.18.0",
"dotenv": "^8.2.0",
"esbuild": "0.12.15",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-svelte3": "^2.7.3",
"fetch-mock": "^9.11.0",
"fs-extra": "10.0.0",
"husky": "5.0.9",
"inquirer": "8.1.1",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"live-server": "1.2.1",
"luxon": "^2.0.2",
"mockdate": "^3.0.4",
"node-sass": "7.0.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"prettier-plugin-svelte": "^2.1.6",
"pretty-quick": "3.0.0",
"rollup": "2.40.0",
"rollup-plugin-esbuild": "4.5.0",
"rollup-plugin-istanbul": "^3.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-postcss": "^3.1.6",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-svelte-svg": "^0.2.3",
"rollup-plugin-terser": "^7.0.0",
"sass": "1.32.8",
"sirv-cli": "1.0.11",
"svelte": "github:nylas/svelte#nylas-components",
"svelte-check": "1.1.19",
"svelte-jester": "^1.3.2",
"svelte-loader": "2.13.6",
"svelte-preprocess": "4.1.1",
"timezones-list": "^3.0.1",
"ts-jest": "^26.4.4",
"tslib": "^2.0.0",
"typescript": "4.4.2"
},
"dependencies": {
"@nylas/components-agenda": "file:components/agenda",
"@nylas/components-availability": "file:components/availability",
"@nylas/components-booking": "file:components/booking",
"@nylas/components-composer": "file:components/composer",
"@nylas/components-contact-list": "file:components/contact-list",
"@nylas/components-conversation": "file:components/conversation",
"@nylas/components-datepicker": "file:components/datepicker",
"@nylas/components-email": "file:components/email",
"@nylas/components-mailbox": "file:components/mailbox",
"@nylas/components-schedule-editor": "file:components/schedule-editor",
"@nylas/components-theming": "file:components/theming",
"concurrently": "6.0.0"
}
}