generated from PabloSzx/info104_2020_2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "info104_2020_2",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/PabloSzx/info104_2020_2#readme",
"bugs": {
"url": "https://github.com/PabloSzx/info104_2020_2/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PabloSzx/info104_2020_2.git"
},
"license": "MIT",
"author": "PabloSz",
"main": "src/pages/index.js",
"scripts": {
"build": "next build",
"dev": "concurrently --raw \"next -p 4000\" \"wait-on -s 1 http://localhost:4000 && open-cli http://localhost:4000\"",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.0.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"axios": "^0.21.0",
"emotion": "^11.0.0",
"emotion-server": "^11.0.0",
"framer-motion": "^2.9.4",
"lodash": "^4.17.20",
"mongodb": "^3.6.3",
"next": "^10.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^3.11.0"
},
"devDependencies": {
"@types/concurrently": "^5.2.1",
"@types/lodash": "^4.14.165",
"@types/mongodb": "^3.5.33",
"@types/node": "^14.14.8",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/wait-on": "^5.2.0",
"concurrently": "^5.3.0",
"open-cli": "^6.0.1",
"typescript": "^4.0.5",
"wait-on": "^5.2.0"
}
}