-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 4.94 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "olga-sanchis-portfolio",
"version": "1.0.0",
"main": "server.js",
"description": "Olga Sanchis | Engineer x Designer x Fashion Icon ",
"author": "Yaniv Silberman",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YanivSilberman/olga"
},
"bugs": {
"url": "https://github.com/YanivSilberman/olga/issues"
},
"keywords": [
"olga",
"sanchis",
"olga sanchis",
"designer",
"engineer",
"portfolio"
],
"engines": {
"node": ">=7.6.0",
"npm": ">=4"
},
"pre-commit": "lint-staged",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"scripts": {
"start": "cross-env NODE_ENV=production node ./node_modules/.bin/pm2 start server.js -i max --attach",
"build": "npm run clean-cache && next build",
"clean-cache": "rimraf -rf ./node_modules/.cache",
"dev": "npm run lint && npm run clean-cache && node server.js",
"dev:next": "npm run lint && npm run clean-cache && next",
"start:next": "node ./node_modules/.bin/pm2 start npm --name \"next\" -- start",
"lint": "eslint --fix --ext .js pages components containers libraries server helper_scripts",
"lint:watch": "esw -w --fix components libraries server",
"analyze": "cross-env ANALYZE_BUILD=true npm run build",
"setup": "node ./helper_scripts/CL_commands/setup.js && npm run setup:after",
"setup:clean": "cross-env CLEANSETUP=true node ./helper_scripts/CL_commands/setup.js && npm run setup:after",
"setup:after": "npm run build",
"create:page": "node ./helper_scripts/CL_commands/create_page.js",
"create:route": "node ./helper_scripts/CL_commands/create_route.js",
"create:container": "node ./helper_scripts/CL_commands/create_container.js",
"create:component": "node ./helper_scripts/CL_commands/create_component.js",
"lint-staged": "lint-staged",
"precommit": "lint-staged",
"heroku-postbuild": "npm run build",
"release": "release",
"graphql:play": "graphql playground",
"graphql:update_schema": "graphql get-schema",
"graphql:see_graph": "graphql voyager",
"build:static_export": "cross-env STATIC_EXPORT=true npm run build && cross-env STATIC_EXPORT=true next export"
},
"dependencies": {
"aws-sdk": "^2.226.1",
"axios": "^0.18.0",
"babel-plugin-inline-import-graphql-ast": "2.3.3",
"babel-plugin-styled-components": "1.5.1",
"chalk": "2.3.2",
"color": "3.0.0",
"compression": "1.7.2",
"cors": "2.8.4",
"cross-env": "5.1.4",
"dotenv": "5.0.1",
"dotenv-webpack": "1.5.5",
"express": "4.16.3",
"fullpage-react": "^3.0.29",
"graphql": "^0.10.5",
"helmet": "3.12.0",
"ip": "1.1.5",
"isomorphic-fetch": "2.2.1",
"jquery": "^3.3.1",
"js-cookie": "2.2.0",
"lru-cache": "4.1.2",
"moment": "2.21.0",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"next": "5.0.0",
"next-cookies": "Sly777/next-cookies#master",
"next-routes": "1.3.0",
"normalizr": "^3.2.4",
"offline-plugin": "4.9.0",
"pm2": "2.10.1",
"prop-types": "15.6.1",
"rc-progress": "^2.2.5",
"react": "16.2.0",
"react-addons-update": "^15.6.2",
"react-animate-on-scroll": "^2.1.3",
"react-apollo": "1.4.16",
"react-color": "^2.14.1",
"react-dom": "16.2.0",
"react-dropzone": "^4.2.9",
"react-dropzone-s3-uploader": "^1.1.0",
"react-ga": "^2.4.1",
"react-helmet": "5.2.0",
"react-lazyload": "^2.3.0",
"react-mailchimp-subscribe": "^2.0.1",
"react-modal": "^3.3.2",
"react-onclickoutside": "^6.7.1",
"react-overdrive": "0.0.9",
"react-redux": "5.0.7",
"react-redux-loading-bar": "^4.0.2",
"react-s3": "^1.2.4",
"react-s3-uploader": "^4.8.0",
"react-scroll": "^1.7.8",
"react-select": "^1.2.1",
"react-slick": "^0.22.2",
"redux": "3.7.2",
"rimraf": "2.6.2",
"scrollprogress": "^3.0.2",
"slick-carousel": "^1.8.1",
"styled-components": "3.2.2",
"superagent": "^3.8.2",
"underscore": "^1.9.0"
},
"devDependencies": {
"babel-eslint": "8.2.2",
"babel-preset-flow": "6.23.0",
"cli-clear": "1.0.4",
"eslint": "4.18.2",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.46.1",
"eslint-plugin-graphql": "1.5.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.7.0",
"eslint-watch": "3.1.3",
"figlet": "1.2.0",
"flow-bin": "0.67.1",
"graphql-cli": "^2.12.4",
"graphql-cli-voyager": "0.1.3",
"handlebars": "4.0.11",
"husky": "0.14.3",
"inquirer": "5.1.0",
"lint-staged": "7.0.0",
"ngrok": "3.0.0",
"pre-commit": "1.2.2",
"prettier": "1.11.1",
"replace-in-file": "3.2.0",
"shelljs": "0.8.1",
"webpack-bundle-analyzer": "2.11.1"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ran"
}
}