-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 934 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 934 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
35
36
37
38
{
"name": "TreeFinder",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "^0.6.1",
"redux-devtools": "^3.3.1",
"redux-mock-store": "^1.2.1"
},
"dependencies": {
"enzyme": "^2.5.1",
"react": "^15.4.0",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"redux": "^3.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"engines": {
"node": "6.7.0"
},
"description": "Identify UK trees with this binary tree identification guide",
"main": "src/index.js",
"repository": {
"url": "https://github.com/aldreth/TreeFinder.git",
"type": "git"
},
"author": "Edward Andrews-Hodgson <edward@aldreth.com>",
"license": "MIT",
"eslintConfig": {
"extends": "react-app"
}
}