-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.57 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
{
"name": "dc-lineage-db",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf .next && cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"bulma": "^0.9.3",
"classnames": "^2.3.1",
"final-form": "^4.20.4",
"html-react-parser": "^1.4.0",
"jwt-decode": "^2.2.0",
"lodash.escaperegexp": "^4.1.2",
"mongodb": "^3.7.3",
"next": "^11.1.2",
"next-connect": "^0.10.2",
"next-iron-session": "^4.2.0",
"passport": "^0.4.1",
"passport-oauth2": "^1.6.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.7",
"react-final-form-listeners": "^1.0.3",
"react-select": "^4.3.1",
"sass": "^1.43.3",
"swr": "^1.0.1",
"title-case": "^3.0.3"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@shelf/jest-mongodb": "^1.3.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^10.4.9",
"babel-jest": "^27.3.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-react": "^7.26.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"prettier": "2.1.1"
}
}