-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.78 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
{
"name": "la-foulee-ssr",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"dependencies": {
"@google/maps": "^0.5.5",
"algoliasearch": "^3.30.0",
"aws-api-gateway-client": "^0.2.16",
"aws-sdk": "^2.358.0",
"babel-plugin-inline-react-svg": "^0.5.4",
"clipboard": "^2.0.4",
"dotenv": "^5.0.1",
"express": "^4.16.4",
"lodash.debounce": "^4.0.8",
"lodash.round": "^4.0.4",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"next": "^7.0.2",
"next-redux-wrapper": "^2.0.0",
"path-to-regexp": "^2.4.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^5.1.1",
"react-virtualized": "^9.21.0",
"redux": "^3.7.2",
"sitemap": "^2.1.0",
"slug": "^0.9.2",
"store": "^2.0.12",
"uuid": "^3.3.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
"webpack-bundle-analyzer": "^2.13.1"
},
"scripts": {
"start": "NODE_ENV=$NODE_ENV LA_FOULEE_ENV=$LA_FOULEE_ENV node server.js",
"build": "NODE_ENV=$NODE_ENV LA_FOULEE_ENV=$LA_FOULEE_ENV next build src",
"local:dev": "NODE_ENV=dev LA_FOULEE_ENV=local npm run build && NODE_ENV=dev LA_FOULEE_ENV=local npm start",
"local:production": "NODE_ENV=production LA_FOULEE_ENV=local npm run build && NODE_ENV=production LA_FOULEE_ENV=local npm start",
"create-zip:dev": "zip ../la-foulee-ssr -r * .[^.]* -x node_modules/**\\* internals/sitemapBuilder.js internals/.env .gitignore .git/**\\* *.production *.local *.DS_Store -D",
"create-zip:production": "zip ../la-foulee-ssr -r * .[^.]* -x node_modules/**\\* internals/sitemapBuilder.js internals/.env .gitignore .git/**\\* *.dev *.local *.DS_Store -D",
"analyze": "cross-env ANALYZE=1 NODE_ENV=dev LA_FOULEE_ENV=dev npm run build"
},
"author": "",
"license": "ISC"
}