-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "write-better",
"version": "22.04.03",
"description": "Grammar and writing style suggestions to improve the quality of your writings",
"scripts": {
"test": "gulp Test",
"build": "gulp Build",
"start:chrome": "gulp ChromeDemo",
"start:firefox": "web-ext run --source-dir ./extension/"
},
"author": "Justice Ogbonna",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/justiceo/write-better"
},
"keywords": ["english", "checker", "ginger", "grammar", "grammarly", "language", "linter", "prose", "writing", "words"],
"dependencies": {
"@floating-ui/dom": "^0.4.2",
"@sentry/browser": "^6.18.1",
"@sentry/tracing": "^6.18.1",
"rxjs": "^6.6.3",
"write-good": "github:justiceo/write-good"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"@types/chrome": "0.0.179",
"@types/jasmine": "^3.10.3",
"@types/nightwatch": "^1.3.4",
"@types/node": "^17.0.21",
"@types/puppeteer": "^5.4.5",
"@wext/shipit": "^0.2.1",
"browserify": "^17.0.0",
"calver": "^21.11.3",
"chromedriver": "^98.0.1",
"decache": "^4.6.1",
"del": "^6.0.0",
"dotenv": "^16.0.0",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.5.6",
"gulp-typescript": "^5.0.1",
"gulp-zip": "^5.1.0",
"jasmine": "^3.6.1",
"jimp": "^0.16.1",
"json-concat": "0.0.1",
"npm-check-updates": "^12.4.0",
"puppeteer": "^13.4.0",
"tsify": "^5.0.4",
"typescript": "^4.5.5",
"vinyl-source-stream": "^2.0.0",
"web-ext": "^6.7.0"
}
}