-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
{
"name": "react-boston-2018",
"version": "0.1.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/mjfaga/react-boston-2018-conference-talk.git"
},
"author": "mjfaga",
"license": "MIT",
"dependencies": {
"apollo-boost": "^0.1.16",
"body-parser": "^1.18.3",
"child_process": "^1.0.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"react": "^16.8.6",
"react-apollo": "^2.1.11",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^2.1.8",
"react-test-renderer": "^16.5.2",
"require-text": "0.0.1",
"waait": "^1.0.2"
},
"scripts": {
"start": "react-scripts start",
"start:apollo": "nodemon --watch mocks mocks/server.js",
"start:apollomocks": "nodemon --watch mocks mocks/serverWithMocks.js",
"start:apollolunar": "nodemon --watch mocks mocks/serverWithLunar.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier 'src/**/*.js' --list-different",
"prettier:fix": "prettier 'src/**/*.js' --write"
},
"devDependencies": {
"apollo-server": "^2.0.8",
"apollo-server-express": "^2.1.0",
"cypress": "^3.1.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "5.12.0",
"eslint-config-ezcater-base": "^0.1.6",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint_d": "^7.1.1",
"express": "^4.16.3",
"faker": "^4.1.0",
"jest": "^23.6.0",
"lunar-core": "^1.0.0",
"lunar-express": "0.0.3",
"nodemon": "^1.18.4",
"prettier": "^1.14.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}