forked from GSA/ChallengeGov_FrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.28 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"homepage": ".",
"repository": {},
"license": "MIT",
"scripts1": {
"build": "webpack --mode development",
"deploy": "webpack --mode production",
"start": "webpack-dev-server --mode development",
"watch": "webpack --mode development --watch",
"postbuild": "react-snap --inspect"
},
"scripts": {
"start": "node --require babel-register server/index.js",
"predeploy": "npm run build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browser": {
"fs": false
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.7",
"@babel/preset-react": "^7.8.7",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.21.0",
"@fortawesome/fontawesome-free": "^5.12.1",
"admin-lte": "^3.2.0",
"axios": "^0.21.2",
"bootstrap": "^5.2.2",
"chart.js": "^3.2.1",
"chokidar": "^3.3.1",
"create-react-app": "^5.0.1",
"express": "^4.18.2",
"inputmask": "^5.0.5",
"jquery": "^3.3.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"node-quill-converter": "^0.3.3",
"node-sass": "^8.0.0",
"path": "^0.12.7",
"popper.js": "^1.14.7",
"query-string": "^6.13.2",
"quill": "^1.3.7",
"quill-delta-to-html": "^0.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-number-format": "^4.6.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.1",
"react-share": "^4.4.0",
"reactstrap": "^8.4.1",
"select2": "^4.0.13",
"string-strip-html": "^8.3.0",
"url-loader": "^1.1.2",
"uswds": "2.8.0",
"yarn": "^1.13.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@testing-library/react": "^14.0.0",
"babel-loader": "8.0.6",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^0.28.10",
"gh-pages": "^5.0.0",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"react-snap": "^1.23.0",
"sass-loader": "^12.3.0",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}