-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
54
{
"name": "finance",
"private": true,
"scripts": {
"start": "export MONGO_URL=mongodb://heroku_xkqbxgwq:13i39o50l8fo8pv9ort7tvt2q5@ds161505.mlab.com:61505/heroku_xkqbxgwq&& meteor --settings settings.json",
"start-local": "meteor --settings settings.json",
"cordova": "meteor run ios-device --settings settings.json --mobile-server https://financebakerz.herokuapp.com"
},
"dependencies": {
"aws-sdk": "^2.100.0",
"babel-runtime": "^6.20.0",
"bcrypt": "^0.8.7",
"fibers": "^1.0.14",
"immutability-helper": "^2.0.0",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.15.1",
"node-sass": "3.6.0",
"normalize.css": "^4.2.0",
"numeral": "^2.0.4",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-addons-pure-render-mixin": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-dom": "^15.4.1",
"react-intl": "^2.2.3",
"react-paginate": "^4.4.3",
"react-router": "^2.8.1",
"react-toolbox": "^1.3.3",
"recharts": "^0.19.1",
"soap": "^0.19.1",
"ssl-root-cas": "^1.2.3",
"systeminformation": "^3.23.3",
"underscore": "^1.8.3",
"webshot": "^0.18.0",
"winston": "^2.3.1"
},
"cssModules": {
"extensions": [
"scss"
],
"globalVariables": [
"node_modules/react-toolbox/lib/_colors.scss",
{
"theme-building": true
},
"client/toolbox-theme.scss"
]
},
"devDependencies": {
"node-sass": "^3.10.0",
"babel-plugin-react-intl": "~2.3.1"
}
}