summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/package.json
blob: d00698478fedd5b85ee6dcf910265e8516fad659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "private": true,
  "devDependencies": {
    "enzyme": "^2.4.1",
    "react-addons-test-utils": "^15.3.0",
    "react-scripts": "^1.0.13"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-redux": "^5.0.6",
    "redux": "^3.5.2",
    "todomvc-app-css": "^2.0.6"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rm -rf dist && react-scripts build && mv build dist",
    "test": "react-scripts test"
  },
  "homepage": "./"
}