-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
50 lines (50 loc) · 1.37 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": "open-collaboratory",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectDrawdown/open-collaboratory.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectDrawdown/open-collaboratory/issues"
},
"homepage": "https://github.com/ProjectDrawdown/open-collaboratory#readme",
"description": "",
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/open-sans": "^4.5.1",
"@fontsource/raleway": "^4.5.0",
"@fontsource/sora": "^4.5.0",
"@fontsource/work-sans": "^4.5.1",
"@next/eslint-plugin-next": "^11.1.2",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"next": "^11.1.0",
"next-mdx-remote": "3.0.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@next/eslint-plugin-next": "11.1.2",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.1",
"frontmatter-markdown-loader": "^3.6.3"
}
}