forked from dscnitrourkela/project-kiwi-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "@hackclub/theme-starter",
"version": "0.0.1",
"author": "Lachlan Campbell <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"export": "next build && next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@hackclub/icons": "0.0.5",
"@hackclub/theme": "^0.3.1",
"@mdx-js/loader": "^1.6.21",
"@next/mdx": "^10.0.4",
"@typeform/embed": "^1.6.1",
"babel-plugin-styled-components": "^1.12.0",
"bootstrap": "^4.5.3",
"firebase": "^8.2.6",
"lodash": "^4.17.21",
"next": "^10.0.4",
"next-pwa": "^5.0.2",
"react": "^17.0.1",
"react-audio-player": "^0.14.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-scroll": "^1.8.1",
"react-scrolllock": "^5.0.1",
"theme-ui": "^0.3.5",
"webpack": "4.44.1"
}
}