-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.59 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
{
"name": "Geopark",
"version": "1.0.0",
"homepage": ".",
"private": true,
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-plugin-dynamic-import-node": "^2.1.0",
"connected-react-router": "^4.5.0",
"cookie-parser": "^1.4.3",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"forcedomain": "^1.0.0",
"foundation-sites": "^6.6.1",
"gsap": "^3.0.2",
"ignore-styles": "^5.0.1",
"js-cookie": "^2.2.0",
"md5-file": "^4.0.0",
"memory-cache": "^0.2.0",
"morgan": "^1.9.1",
"node-sass": "^4.14.1",
"pixi-filters": "^3.0.3",
"pixi.js": "^5.2.0",
"prismic-javascript": "^2.0.3",
"prop-types": "^15.7.2",
"query-string": "^6.2.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-frontload": "^1.0.3",
"react-helmet": "^5.2.0",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.0.4",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "lint-staged",
"ser": "cross-env NODE_ENV=development node ./server/index.js"
},
"devDependencies": {
"prettier": "1.14.3",
"pretty-quick": "^1.7.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}