-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 990 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
35
36
37
38
{
"name": "gw2-materials",
"version": "1.1.0",
"description": "",
"main": "src/index.js",
"dependencies": {
"classnames": "^2.2.5",
"fetch-ponyfill": "^4.1.0",
"lodash.curryright": "^4.1.1",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"lodash.keyby": "^4.6.0",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.10",
"react": "^16.0.0-beta.2",
"react-dom": "^16.0.0-beta.2",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"flow-bin": "^0.52.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Malgalad/gw2sellmaterials.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Malgalad/gw2sellmaterials/issues"
},
"homepage": "https://github.com/Malgalad/gw2sellmaterials#readme"
}