This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
72 lines (72 loc) · 1.83 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
66
67
68
69
70
71
72
{
"name": "c0d3",
"version": "0.1.1",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link": "^1.2.12",
"apollo-link-http": "^1.5.15",
"apollo-link-state": "^0.4.2",
"apollo-server-express": "^2.6.9",
"axios": "^0.18.1",
"bcrypt": "^3.0.6",
"chalk": "^2.4.2",
"connect-session-sequelize": "^6.0.0",
"dotenv": "^6.2.0",
"enzyme-adapter-react-16": "^1.14.0",
"expo-server-sdk": "^3.3.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.5",
"mailgun-js": "^0.22.0",
"morgan": "^1.9.1",
"nanoid": "^2.0.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.11.0",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-datepicker": "^2.8.0",
"react-diff-view": "^1.8.1",
"react-dom": "^16.8.6",
"react-markdown": "^4.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.2",
"sequelize": "^4.44.2",
"serve-index": "^1.9.1",
"socket.io": "^2.2.0",
"validate.js": "^0.12.0",
"winston": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ci:build": "./scripts/build.sh",
"ci:deploy": "./scripts/deploy.sh",
"ci:test": "./scripts/test.sh",
"cypress:open": "cypress open",
"tu:dev": "jest --watchAll",
"tu": "jest",
"tf": "cypress run",
"tfs": "cypress run --spec"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"cypress": "^3.4.0",
"enzyme": "^3.10.0"
}
}