-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
{
"name": "chrome-deployment-window",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test:mocha": "ts-mocha tests/**/*.test.ts",
"test:cypress": "cypress run",
"cypress:ui": "cypress open",
"gulp": "gulp",
"watch": "npx webpack --watch",
"build": "gulp build",
"package": "gulp package"
},
"keywords": [],
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"@elistone/cypress-extensions-plugin": "^0.1.4",
"@types/chrome": "0.0.75",
"@types/expect": "^24.3.0",
"@types/mocha": "^8.0.3",
"@types/react": "^16.7.8",
"@types/react-dom": "^16.0.11",
"css-loader": "^1.0.1",
"cypress": "^6.0.0",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.2",
"html-loader": "^1.3.2",
"markdown-loader": "^6.0.0",
"mocha": "^8.1.3",
"slugify": "^1.4.5",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.1",
"ts-mocha": "^7.0.0",
"typescript": "^3.1.6",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"ajv": "^6.12.3",
"brace": "^0.11.1",
"dayjs": "^1.9.1",
"jsoneditor": "^9.0.3",
"jsoneditor-react": "^3.0.0",
"markdown-it": "^11.0.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"url-match-patterns": "^0.2.0",
"webpack-merge": "^5.1.4"
}
}