-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.58 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.58 KB
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
{
"name": "solutionspace",
"version": "1.0.0",
"description": "<br id=\"topo\">",
"private": true,
"workspaces": [
"packages/backend",
"packages/frontend"
],
"scripts": {
"start": "echo \"Error: no script defined\" && exit 1",
"start:front": "npm run dev -w frontend",
"start:back": "npm run dev -w backend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeLabFatec/SolutionSpace.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/dotenv": "^8.2.0",
"@types/dropzone": "^5.7.4",
"@types/estree": "^1.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.13",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/styled-components": "^5.1.26",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.12.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/nodemailer": "^6.4.7",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"dropzone": "^6.0.0-beta.2",
"express": "^4.18.2",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"nodemailer": "^6.9.1",
"npm": "^9.6.2",
"react-beautiful-dnd": "^13.1.1",
"react-block-ui": "^1.3.6",
"react-dropzone": "^14.2.3",
"react-pro-sidebar": "^1.0.0",
"styled-components": "^5.3.10"
}
}