-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.94 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
{
"name": "asylumconnect-catalog",
"version": "0.0.1",
"description": "A searchable catalog of resources for LGBT+ Asylees ",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"test": "NODE_ENV=jest jest",
"test:coverage": "NODE_ENV=jest jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ragtagteam/asylumconnect-catalog.git"
},
"author": "Ragtag",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ragtagteam/asylumconnect-catalog/issues"
},
"homepage": "https://github.com/Ragtagteam/asylumconnect-catalog#readme",
"dependencies": {
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"@material-ui/core": "^4.1.1",
"@material-ui/styles": "^4.1.1",
"axios": "^0.19.0",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"body-parser": "^1.19.0",
"core-js": "^3.1.3",
"dotenv": "^8.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"express": "^4.17.1",
"next": "^8.1.0",
"next-redux-wrapper": "^3.0.0-alpha.3",
"next-routes": "^1.4.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.2",
"styled-jsx": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.8.0",
"prettier": "^1.17.1"
}
}