-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "studywell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"workspaces": [
"packages/studywell-frontend",
"studywell-backend"
],
"scripts": {
"start": "cd packages/studywell-frontend && npm start",
"build": "cd packages/studywell-frontend && npm run build",
"test": "echo \"Error: no test specified\"",
"lint": "n && npx prettier --check .",
"dev": "nodemon studywell-backend/backend.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"create-react-app": "^5.0.1",
"jest": "^27.5.1",
"mongoose": "^8.0.0",
"prettier": "^3.1.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.18.0",
"react-scripts": "^5.0.1",
"reactjs-popup": "^2.0.6",
"webpack": "^4.44.2"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"web-vitals": "^3.5.0"
}
}