forked from cypress-io/cypress-realworld-testing-todomvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 871 Bytes
/
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
{
"private": true,
"name": "cypress-realworld-testing-todomvc",
"version": "0.1.0",
"description": "This repo contains an example TodoMVC React App for the Real World Testing with Cypress Curriculum",
"scripts": {
"cypress:open": "cypress open",
"start": "http-server -p 8888 -c-1"
},
"dependencies": {
"director": "1.2.8",
"http-server": "0.12.3",
"react": "0.13.3",
"todomvc-app-css": "2.3.0",
"todomvc-common": "cypress-io/todomvc-common#88b7c6359ad4a5097312d8b2a21dd539ce9f4446"
},
"devDependencies": {
"axe-core": "3.5.5",
"cypress": "^9.5.4",
"cypress-axe": "0.9.1",
"eslint": "6.8.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress-dev": "3.0.0",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "4.1.5",
"prettier": "^2.6.2"
}
}