-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.38 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
{
"name": "unihack.net",
"version": "1.0.0",
"description": "",
"main": "index.js",
"licenses": [
{
"type": "MIT"
}
],
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"prettier": "prettier **/*.tsx -w",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unihackhq/unihack.net.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/unihackhq/unihack.net/issues"
},
"homepage": "https://github.com/unihackhq/unihack.net#readme",
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.4.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.3.4",
"@notionhq/client": "^0.4.0",
"moment": "^2.29.4",
"next": "^12.3.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-player": "^2.11.0",
"sass": "^1.43.3"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@types/classnames": "^2.3.1",
"@types/node": "^13.13.52",
"@types/react": "^16.14.19",
"@types/styled-jsx": "^2.2.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"all-contributors-cli": "^6.20.0",
"classnames": "^2.3.1",
"eslint": "^8.27.0",
"prettier": "2.4.1",
"typescript": "^4.4.4"
}
}