-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "using-reactjs",
"version": "2.0.0",
"homepage": "https://using-reactjs.herokuapp.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/CapgeminiNorway/using-reactjs.git"
},
"proxy": "http://api.githunt.com",
"engines": {
"node": "8.11.x",
"yarn": "1.6.x",
"npm": "6.0.x"
},
"private": true,
"dependencies": {
"aor-language-norwegian": "^1.1.2",
"aor-rich-text-input": "^1.0.2",
"qrcode.react": "^0.8.0",
"ra-data-json-server": "^2.0.0",
"react": "~16.4.0",
"react-admin": "^2.0.0",
"react-apollo": "^2.1.4",
"react-browser-detection": "^1.1.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "~16.4.0",
"react-github-fork-ribbon": "^0.5.1",
"react-grid-system": "^4.0.1",
"react-helmet": "^5.2.0",
"react-markdown": "^3.3.2",
"react-scripts": "1.1.4",
"react-vis": "^1.9.3",
"react-world-flags": "^1.1.0",
"validator": "^10.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "yarn eslint --ext .jsx .",
"lint:fix": "yarn eslint --ext .jsx --fix .",
"heroku-prebuild": "echo TODO This runs before Heroku installs dependencies.",
"heroku-postbuild": "echo TODO This runs Heroku installs dependencies."
},
"devDependencies": {
"babel-eslint": "8.2.3",
"eslint": "4.19.1",
"eslint-config-last": "0.0.5",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.8.2",
"prettier": "1.12.1"
}
}