-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.66 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
51
52
53
54
55
56
57
58
59
{
"name": "wwugreatpuzzlehunt",
"version": "1.0.0",
"description": "A Puzzle Hunt Game System",
"main": "main.js",
"scripts": {
"start": "meteor --settings settings-development.json || true",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git tag `date \"+deploy-%Y_%m_%d-%H_%M_%S\"` && git push --tags && mup deploy --config=mup-production.js --settings=settings-production.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyle-rader/greatpuzzlehunt.git"
},
"author": "Kyle W. Rader",
"license": "ISC",
"bugs": {
"url": "https://github.com/kyle-rader/greatpuzzlehunt/issues"
},
"homepage": "https://github.com/kyle-rader/greatpuzzlehunt#readme",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.44",
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"clipboard": "^1.6.1",
"jszip": "^3.1.5",
"lodash": "^4.17.5",
"meteor-node-stubs": "^0.2.3",
"moment": "^2.22.0",
"prop-types": "^15.6.1",
"qrcode.react": "^0.6.1",
"react": "^15.1.0",
"react-addons-create-fragment": "^15.4.2",
"react-addons-pure-render-mixin": "^15.1.0",
"react-dom": "^15.1.0",
"react-dropzone": "^3.12.2",
"react-mounter": "^1.2.0",
"react-paginate": "^4.1.1",
"react-router": "^3.2.1",
"react-scroll-up": "^1.1.5",
"react-scrollchor": "^4.2.1",
"request": "^2.85.0",
"semantic-ui-react": "^0.79",
"winston": "^2.4.1"
},
"devDependencies": {
"autoprefixer": "^6.3.1"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}