This repository was archived by the owner on Apr 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.77 KB
/
package.json
File metadata and controls
59 lines (59 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
52
53
54
55
56
57
58
59
{
"name": "properties",
"version": "2.3.4",
"description": "Online property manager",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@essappstate/canopy-react-bigcheckbox": "^0.3.1",
"@essappstate/canopy-react-buttongroup": "^0.2.7",
"@essappstate/canopy-react-inputfield": "^0.2.5",
"@essappstate/canopy-react-overlay": "^0.3.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"assets-webpack-plugin": "^7.1.1",
"babel-loader": "^8.2.4",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"es6-promise": "^4.2.8",
"moment": "^2.29.2",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-date-picker": "^8.4.0",
"react-dom": "^18.0.0",
"react-dropzone-uploader": "^2.11.0",
"react-grid-gallery": "^0.5.5",
"react-modal": "^3.14.4",
"react-select": "^5.3.0",
"react-sortable-hoc": "^2.0.0",
"react-tooltip": "^4.2.21",
"strip-loader": "^0.1.2",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git://github.com/AppStateESS/properties.git"
},
"keywords": [
"properties",
"real",
"estate",
"rent"
],
"homepage": "https://github.com/AppStateESS/properties#readme",
"author": "Matt McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/properties/issues"
}
}