-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "ss16-macaco-frito",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist/",
"deploy": "npm run clean && NODE_ENV=production npm run sagui:dist && firebase deploy",
"test": "npm run sagui:test",
"sagui:test": "sagui test",
"sagui:test-watch": "sagui test --watch",
"sagui:develop": "sagui develop",
"sagui:build": "sagui build",
"sagui:dist": "sagui dist",
"start": "npm run sagui:develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staticshowdown/ss16-macaco-frito.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/staticshowdown/ss16-macaco-frito/issues"
},
"homepage": "https://github.com/staticshowdown/ss16-macaco-frito#readme",
"dependencies": {
"firebase": "^2.4.1",
"hashids": "^1.0.2",
"lodash": "^4.5.0",
"material-ui": "^0.14.4",
"neal-react": "^0.2.3",
"normalize.css": "^3.0.3",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-tap-event-plugin": "^0.2.2",
"uuid": "^2.0.1"
},
"devDependencies": {
"firebase-tools": "^2.2.1",
"sagui": "^3.0.x"
}
}