-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.17 KB
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
39
40
41
42
43
44
45
46
47
48
{
"name": "shiparoo",
"version": "1.0.0",
"description": "[Docs] (./docs)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielLChang/Shiparoo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielLChang/Shiparoo/issues"
},
"engines": {
"node": "7.2.1",
"npm": "4.0.3"
},
"homepage": "https://github.com/DanielLChang/Shiparoo#readme",
"dependencies": {
"auth0-lock": "^10.11.0",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-es2015-destructuring": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"events": "^1.1.1",
"jwt-decode": "^2.1.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
}
}