-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 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
{
"name": "statusy-react",
"version": "1.0.0",
"description": "Single page application powering Statusy Mini",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/getstatusy/statusy-react"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-preset-react": "^6.16.0",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"webpack": "^1.13.2"
},
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"webpack": "^1.13.2"
}
}