-
Notifications
You must be signed in to change notification settings - Fork 0
/
package copy.json
63 lines (63 loc) · 1.79 KB
/
package copy.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
{
"name": "faq",
"version": "1.0.0",
"description": "FAQ for frequently asked questions",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/faq.git"
},
"plugins": [
"new BundleAnalyzerPlugin()"
],
"keywords": [
"faq"
],
"author": "Joshua Baldwin <baldwinjd2@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/faq/issues"
},
"homepage": "https://github.com/AppStateESS/faq#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.17.9",
"@types/axios": "^0.14.0",
"@types/browser-sync": "^2.26.3",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.9",
"@types/react-datetime-picker": "^3.4.1",
"@types/react-dom": "^18.0.5",
"assets-webpack-plugin": "^7.1.1",
"axios": "^0.26.1",
"babel-loader": "^8.2.4",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.1",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-select": "^5.4.0",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.3.1",
"terser": "^5.12.1",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"react-datetime-picker": "^3.5.0"
}
}