-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 881 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 881 Bytes
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": "vimeo-react",
"version": "0.1.0",
"private": true,
"devDependencies": {
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"enzyme": "^2.7.1",
"events": "^1.1.1",
"gh-pages": "^0.12.0",
"react-addons-test-utils": "^15.4.2",
"react-scripts": "0.8.5",
"redux-mock-store": "^1.2.2",
"sinon": "^1.17.7"
},
"dependencies": {
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-actions": "^1.2.1",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
},
"homepage": "https://lavioli.github.io/vimeo-react"
}