forked from cypress-io/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "@packages/reporter",
"version": "0.0.0",
"private": true,
"main": "src/main.tsx",
"scripts": {
"build-for-tests": "webpack",
"clean-deps": "rm -rf node_modules",
"cypress:open": "node ../../scripts/cypress open --project .",
"cypress:run": "node ../../scripts/cypress run --project .",
"test": "yarn test-unit",
"test-debug": "yarn test-unit --inspect-brk=5566",
"test-unit": "mocha 'src/**/*.spec.*'",
"test-watch": "yarn test-unit --watch",
"watch": "yarn build-for-tests --watch --progress"
},
"devDependencies": {
"@cypress/react-tooltip": "0.5.3",
"@fortawesome/fontawesome-free": "5.11.2",
"@packages/driver": "*",
"@packages/socket": "*",
"@packages/web-config": "*",
"@reach/dialog": "0.6.1",
"@reach/visually-hidden": "0.6.1",
"@types/chai-enzyme": "0.6.7",
"chai": "3.5.0",
"chai-enzyme": "1.0.0-beta.1",
"classnames": "2.2.6",
"css-element-queries": "1.2.3",
"cypress-multi-reporters": "1.4.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"jsdom": "14.1.0",
"lodash": "4.17.19",
"markdown-it": "11.0.0",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
"mocha": "6.2.2",
"prismjs": "1.21.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"sinon": "7.5.0",
"webpack": "4.35.3",
"webpack-cli": "3.3.2"
},
"files": [
"lib"
]
}