-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "react-static-example-apollo-redux",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "dotenv react-static start",
"stage": "react-static build --staging",
"build": "dotenv react-static build",
"serve": "serve dist -p 3000",
"lint": "./node_modules/.bin/eslint public src",
"test": "echo \"No tests\"",
"format": "./node_modules/.bin/prettier --write \"src/**/*.{js,jsx}\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"apollo-cache-inmemory": "^1.0.0",
"apollo-client": "^2.0.1",
"apollo-link-http": "^1.1.0",
"axios": "^0.16.2",
"clarifai": "^2.9.0",
"dotenv": "^6.1.0",
"dotenv-cli": "^1.4.0",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"json-loader": "^0.5.7",
"react": "^16.0.0",
"react-apollo": "^2.0.0",
"react-dom": "^16.0.0",
"react-router": "^4.2.0",
"react-static": "^5.9.12",
"styled-components": "^4.0.3"
},
"devDependencies": {
"eslint-config-prettier": "^3.1.0",
"eslint-config-react-tools": "1.x.x",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.14.3",
"serve": "^6.1.0"
}
}