forked from CesiumLabs/code-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
51
{
"name": "@devsnowflake/code-examples",
"version": "1.0.0",
"description": "Random code samples",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevSnowflake/code-examples.git"
},
"author": "Snowflake Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevSnowflake/code-examples/issues"
},
"homepage": "https://github.com/DevSnowflake/code-examples#readme",
"dependencies": {
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/poppins": "^4.5.0",
"@fontsource/roboto": "^4.5.1",
"@mapbox/rehype-prism": "^0.8.0",
"@reach/router": "^1.3.4",
"copy-webpack-plugin": "^9.0.1",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"mongodb": "^3.5.9",
"next": "11.1.2",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.16.1",
"react-icons": "^4.3.1",
"react-markdown": "^7.0.1",
"react-responsive-carousel": "^3.2.21",
"react-syntax-highlighter": "^15.4.4",
"remark-rehype": "^10.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "17.0.24",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.3"
}
}