-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 KB
/
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
39
40
41
42
43
44
45
{
"name": "panorma",
"version": "0.0.1",
"description": "Frontend for panorma - media management app",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaischeema/panorma.git"
},
"keywords": [
"image",
"video",
"react",
"golang"
],
"author": "Jais Cheema",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaischeema/panorma/issues"
},
"homepage": "https://github.com/jaischeema/panorma#readme",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.0-rc1",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.4",
"superagent": "^1.4.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0"
},
"dependencies": {
"react": "^0.13.3"
}
}