-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.08 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
{
"name": "chefs-table",
"version": "1.0.0",
"description": "Chefs table website for creating online purchase ability to brick and mortar food store. Capstone Project",
"scripts": {
"preinstall": "npm set audit false",
"start": "webpack-dev-server --config webpack/dev.config.js --watch",
"build": "cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress --display-error-details --color",
"heroku-postbuild": "npm run build",
"precommit": "eslint src",
"prod": "NODE_ENV=production node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:bottega-code-school/js-builder.git"
},
"keywords": [
"es6",
"es7",
"webpack2",
"webpack3",
"starter",
"template",
"postcss",
"sass",
"css module"
],
"author": "John Cofield Gartsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/bottega-code-school/js-builder/issues"
},
"homepage": "https://github.com/bottega-code-school/js-builder",
"dependencies": {
"@app-masters/react-cloudinary-uploader": "^0.1.41",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@uploadcare/react-widget": "^1.2.6",
"ajv": "^5.5.2",
"antd": "^4.1.3",
"autoprefixer": "^9.7.6",
"axios": "^0.19.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.5",
"babel-plugin-async-to-promises": "^1.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"canvas": "^2.6.1",
"clean-webpack-plugin": "^0.1.16",
"cloudinary-react": "^1.5.0",
"config": "^3.3.1",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"draft-js": "^0.11.5",
"draftjs-to-html": "^0.9.1",
"ejs": "^3.0.2",
"eslint": "^4.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.19.0",
"express": "^4.16.3",
"express-session": "^1.17.0",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-to-draftjs": "^1.5.0",
"html-webpack-plugin": "^3.2.0",
"konva": "^4.2.2",
"lodash.isempty": "^4.4.0",
"mongoose": "^5.9.9",
"node-sass": "^4.13.1",
"npm-check-updates": "^4.1.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"postcss-loader": "^2.1.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-dropzone-component": "^3.2.0",
"react-html-parser": "^2.0.2",
"react-items-carousel": "^2.8.0",
"react-konva": "^16.12.0-0",
"react-modal": "^3.11.2",
"react-prop-types": "^0.4.0",
"react-redux": "7.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-truncate": "^2.4.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.3.5",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.5",
"request": "^2.88.2",
"sass-loader": "^7.1.0",
"semantic-ui-react": "^0.88.2",
"striptags": "^3.1.1",
"style-loader": "^0.21.0",
"unsplash-js": "^6.0.0",
"use-image": "^1.0.5",
"validator": "^13.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.10.3",
"webpack-hot-middleware": "^2.22.3",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"session-file-store": "^1.4.0",
"uglifyjs-webpack-plugin": "^1.2.7"
}
}