-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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
{
"name": "contact",
"version": "1.5.10",
"description": "Add contact information to Canopy page",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/contact.git"
},
"keywords": [
"contact",
"canopy",
"appstate"
],
"author": "Matt McNaney",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/contact/issues"
},
"homepage": "https://github.com/AppStateESS/contact#readme",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@essappstate/canopy-react-bigcheckbox": "^0.3.1",
"@essappstate/canopy-react-inputfield": "^0.2.5",
"@essappstate/canopy-react-navs": "^0.2.4",
"@fortawesome/react-fontawesome": "^0.1.18",
"babel-loader": "^8.2.5",
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.1",
"es6-promise": "^4.2.8",
"file-loader": "^6.2.0",
"leaflet": "^1.8.0",
"mapbox": "^1.0.0-beta10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1"
}
}