This repository was archived by the owner on Feb 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.77 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.77 KB
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
{
"name": "OutToLunch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development ./view/src/index.js --output ./view/static/frontend/main.js",
"build": "webpack --mode production ./view/src/index.js --output ./view/static/frontend/main.js",
"yeet": "webpack --mode development ./view/src/index.js --output ./view/static/frontend/main.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TopazJ/OutToLunch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TopazJ/OutToLunch/issues"
},
"homepage": "https://github.com/TopazJ/OutToLunch#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^3.4.2",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"style-loader": "^1.1.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"django-react-csrftoken": "^1.0.4",
"react-autosuggest": "^9.4.3",
"react-bootstrap": "^1.0.0-beta.16",
"react-loader-spinner": "^3.1.5",
"react-promise-tracker": "^2.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-modal": "^2.0.0-rc3",
"react-slugify": "^2.0.1",
"react-star-rating-component": "^1.4.1",
"react-waypoint": "^9.0.2",
"throttle-debounce": "^2.1.0"
}
}