forked from klarbars/hollinster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "hollinster",
"version": "1.0.0",
"description": "Front End Capstone for Hack Reactor",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"react-dev": "webpack -d eval-source-map --watch",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claire123c/hollinster.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/claire123c/hollinster/issues"
},
"homepage": "https://github.com/claire123c/hollinster#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@testing-library/react": "^11.2.7",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"sass": "^1.34.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"@testing-library/jest-dom": "^5.13.0",
"axios": "^0.21.1",
"babel-jest": "^27.0.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bootstrap": "^5.0.1",
"dayjs": "^1.10.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
"jest": "^27.0.4",
"jquery": "^3.6.0",
"nodemon": "^2.0.7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-modal": "^3.14.2",
"styled-components": "^5.3.0",
"underscore": "^1.13.1"
}
}