-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.04 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
60
61
62
63
64
65
{
"name": "spaceship-earth",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"dev": "npm install && pushd dev && docker-compose -p spaceship up -d && popd && npx sequelize db:migrate && npx sequelize db:seed:all",
"deploy:web": "bin/deploy.sh env",
"deploy:cron": "bin/deploy.sh cron",
"test": "razzle test --env=jsdom",
"model:generate": "npx sequelize-cli model:generate",
"migration:generate": "npx sequelize-cli migration:generate",
"seed:generate": "npx sequelize-cli seed:generate",
"start:prod": "NODE_ENV=production node build/server.js",
"migrate:prod": "eb ssh -c '/var/app/current/bin/migrate.sh'"
},
"dependencies": {
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.8",
"@material-ui/styles": "^4.6.0",
"@sentry/node": "^5.9.0",
"apollo": "^2.21.0",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-server-express": "^2.9.9",
"aws-sdk": "^2.572.0",
"clipboard-copy": "^3.1.0",
"connect-redis": "^4.0.3",
"dataloader": "^1.4.0",
"date-fns": "^2.7.0",
"dotenv": "^8.2.0",
"draft-js": "^0.11.2",
"draft-js-export-html": "^1.4.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fbgraph": "^1.4.4",
"grant-express": "^4.6.4",
"graphql-resolvers": "^0.3.3",
"graphql-tag": "^2.10.1",
"install": "^0.13.0",
"lodash": "^4.17.15",
"mysql2": "^2.0.0",
"nanoid": "^2.1.6",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.0",
"npm": "^6.13.3",
"razzle": "^3.0.0",
"react": "^16.11.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-share": "^3.0.1",
"redis": "^2.8.0",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.5.1",
"twitter": "^1.7.1"
}
}