-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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
46
47
48
49
50
{
"name": "portal-63",
"version": "1.0.8",
"description": "A flux/hot-reload compatible Portal",
"license": "MIT",
"main": "dist/Portal.js",
"repository": {
"type": "git",
"url": "[email protected]:sstate/portal-63.git"
},
"author": "rtorr <[email protected]> (http://rtorr.com/)",
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"flux",
"store",
"react",
"reactjs"
],
"scripts": {
"start": "NODE_ENV=DEV node ./server.js",
"build": "NODE_ENV=PRODUCTION webpack",
"lint": "eslint ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "0.13.x",
"lcars": "^1.0.8"
},
"devDependencies": {
"babel-core": "^5.4.2",
"babel-loader": "^5.1.0",
"es5-shim": "^4.1.1",
"eslint": "^0.20.0",
"eslint-plugin-react": "^2.2.0",
"react-hot-loader": "^1.2.5",
"node-libs-browser": ">= 0.4.0 <=0.5.0",
"webpack": "^1.8.9",
"webpack-dev-server": "^1.8.2",
"react": "0.13.x",
"lcars": "^1.0.8"
},
"dependencies": {
"amp-merge": "^1.0.0",
"cargo-bay": "^1.0.3",
"flux": "^2.0.3",
"freighter": "^1.0.4"
}
}