generated from aichner/react-mdb-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.26 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
{
"name": "blue-lupi-homepage",
"version": "1.0.0",
"private": true,
"license": "(EUPL-1.2)",
"homepage": ".",
"dependencies": {
"apollo-boost": "^0.4.4",
"apollo-link-context": "^1.0.19",
"apollo-link-http": "^1.5.16",
"gh-pages": "^2.2.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"js-sha256": "^0.9.0",
"lodash.flowright": "^3.5.0",
"mdbreact": "4.25.6",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react-apollo": "^3.1.3",
"react-dom": "^16.8.6",
"react-facebook-pixel": "^0.1.3",
"react-fade-in": "^0.1.8",
"react-ga": "^2.7.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.3.0",
"react-scroll": "^1.7.16",
"react-scroll-parallax": "^2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/blue-lupi/homepage.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"renamer": "^1.0.0",
"rimraf": "^2.6.2",
"react": "^16.8.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"prettier": {
"useTabs": false
}
}