-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 891 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
30
31
32
33
34
{
"name": "todomvc-redux-kuker",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-core": "6.26.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"cypress": "3.8.3",
"cypress-watch-and-reload": "1.10.16",
"parcel-bundler": "1.12.5",
"start-server-and-test": "1.15.5"
},
"dependencies": {
"classnames": "2.5.1",
"kuker-emitters": "6.7.4",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "5.1.2",
"redux": "3.7.2",
"reselect": "3.0.1",
"todomvc-app-css": "2.4.3"
},
"scripts": {
"start": "parcel serve src/index.html",
"test": "cypress run",
"ci": "start-test 1234",
"cy:open": "cypress open",
"dev": "start-test 1234 cy:open"
}
}