-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"dependencies": {
"express": "^4.18.2",
"font-awesome": "^4.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"axios": "^1.4.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"name": "botanical",
"description": "This is an online resource for gardeners, plant enthusiasts, horticulturalists, landscapers and botanists. It is a quick reference and resource that provides fine details about a plant of interest.",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"test": "npm test",
"dev": "webpack-dev-server --open --mode development --hot",
"start": "node server/server.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElDuke717/botanical.git"
},
"keywords": [
"plants",
"botanical",
"codesmith",
"solo",
"project"
],
"author": "Nick Huemmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElDuke717/botanical/issues"
},
"homepage": "https://github.com/ElDuke717/botanical#readme"
}