-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.34 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
{
"name": "package.json",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "cd server/ && nodemon server.js",
"server": "cd back-end/ && nodemon server.js",
"build": "webpack --mode production",
"webpack-dev": "webpack --watch",
"live-start": "live-server ./dist",
"dev": "concurrently \"npm run webpack-dev\" \"npm run start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrCO-Team-Blank/fec.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hrCO-Team-Blank/fec/issues"
},
"homepage": "https://github.com/hrCO-Team-Blank/fec#readme",
"dependencies": {
"all": "0.0.0",
"axios": "^0.21.0",
"babel-jest": "^26.6.3",
"bootstrap": "^4.5.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"jquery": "^3.5.1",
"knex": "^0.21.12",
"morgan": "^1.10.0",
"newrelic": "^7.0.2",
"pg": "^8.5.1",
"react-bootstrap": "^1.4.0",
"react-bootstrap-star-rating": "^3.5.5-alpha.0.3",
"react-checkmark": "^1.3.0",
"react-datetime-bootstrap": "^1.4.7",
"react-icons": "^3.11.0",
"react-image-lightbox": "^5.1.1",
"react-images-upload": "^1.2.8",
"react-star-rating": "^1.4.2",
"react-star-rating-input": "^8.0.1",
"react-star-ratings": "^2.3.0",
"react-sweet-progress": "^1.1.2",
"react-test-renderer": "^17.0.1",
"uuidv4": "^6.2.6"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-react-jsx": "^7.12.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"concurrently": "^5.3.0",
"css-loader": "^5.0.1",
"eslint": "^7.13.0",
"eslint-plugin-react": "^7.21.5",
"faker": "^5.1.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"objects-to-csv": "^1.3.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}