-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.18 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
70
71
72
73
74
75
76
77
78
79
{
"name": "layout-system",
"version": "0.1.0",
"license": "MIT",
"keywords": [
"react cms",
"react website generator",
"Cloud Functions SSR",
"Razzle Cloud Functions"
],
"scripts": {
"dev": "razzle start",
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"emulate": "export FIREBASE_DATABASE_EMULATOR_HOST=\"localhost:9001\" && yarn firebase emulators:start --import=./data",
"dev:mock": "run-p emulate dev",
"start:mock": "yarn build && yarn emulate",
"start:prod": "NODE_ENV=production node build/server.bundle.js",
"deploy": "yarn build && firebase deploy"
},
"resolutions": {
"http-proxy": "1.18.1"
},
"engines": {
"node": "14"
},
"dependencies": {
"@loadable/component": "5.12.0",
"@loadable/server": "5.12.0",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@reach/router": "1.3.3",
"classnames": "2.2.6",
"common-tags": "1.8.0",
"compression": "1.7.4",
"crypto-js": "3.1.9-1",
"express": "4.17.1",
"firebase": "8.7.0",
"firebase-admin": "9.10.0",
"firebase-functions": "3.14.1",
"history": "4.9.0",
"intersection-observer": "0.10.0",
"lodash": "4.17.21",
"lozad": "1.15.0",
"prop-types": "15.7.2",
"razzle": "3.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-redux": "7.2.4",
"redux": "4.1.0",
"redux-first-history": "4.5.0",
"redux-thunk": "2.3.0",
"serialize-javascript": "4.0.0",
"shortid": "2.2.15"
},
"devDependencies": {
"@loadable/babel-plugin": "5.10.3",
"@loadable/webpack-plugin": "5.7.1",
"babel-eslint": "10.0.3",
"babel-preset-razzle": "4.0.5",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.4",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.3",
"eslint-plugin-react-hooks": "4.2.0",
"firebase-tools": "9.14.0",
"npm-run-all": "4.1.5",
"prettier": "1.15.3",
"prettier-eslint": "8.8.2"
},
"eslintConfig": {
"extends": "react-app"
}
}