-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "Nodal",
"private": true,
"scripts": {
"start": "meteor run --settings settings-noden.json",
"deploy": "DEPLOY_HOSTNAME=eu-west-1.galaxy-deploy.meteor.com meteor deploy --settings settings-noden.json nodal.eu.meteorapp.com"
},
"theme": {
"primary-color": "orange"
},
"dependencies": {
"antd": "^3.1.4",
"aws-sdk": "^2.188.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"crypto-js": "^3.1.9-1",
"date-arithmetic": "^3.1.0",
"evaporate": "^2.1.4",
"history": "^4.7.2",
"indexof": "0.0.1",
"less": "^2.7.3",
"meteor-node-stubs": "^0.3.2",
"node-s3-public-url": "^1.0.2",
"react": "^16.2.0",
"react-big-calendar": "^0.17.0",
"react-dom": "^16.2.0",
"react-meteor-data": "^0.2.11",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"semantic-ui-react": "^0.77.2",
"webcrypto": "^0.1.1"
},
"devDependencies": {
"babel-plugin-import": "1.6.0",
"meteor-babel": "^7.0.0-beta.36"
}
}