-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "gotcha_2k16",
"version": "0.0.0",
"description": "gotcha!",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify -g [ envify --NODE_ENV production ] -t [ babelify ] src/index.js | uglifyjs --compress --mangle -o build/app.js",
"debug": "browserify -d -t [ babelify ] src/index.js -o build/app.js|firebase serve"
},
"repository": {
"type": "git",
"url": "git://github.com/thesiti92/gotcha_2k16.git"
},
"keywords": [
"react",
"gotcha",
"firebase"
],
"author": "Alex Iansiti",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/thesiti92/gotcha_2k16/issues"
},
"dependencies": {
"clone": "~1.0.2",
"firebase": "~3.2.1",
"material-ui": "^0.16.4",
"react": "^15.4.1",
"react-addons-update": "~15.3.1",
"react-dom": "^15.4.0",
"react-plotlyjs": "^0.3.7",
"react-tap-event-plugin": "^2.0.1",
"reactfire": "~1.0.0"
},
"devDependencies": {
"babel-preset-es2015": "~6.13.2",
"babel-preset-react": "~6.11.1",
"babelify": "~7.3.0",
"eslint": "^3.2.2",
"eslint-config-google": "^0.6.0",
"eslint-plugin-react": "^6.0.0"
}
}