-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.07 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
{
"name": "potluckplanner",
"description": "If you have ever tried to organize a potluck through text messages, online to-do lists or spreadsheets, you'll understand why this app is essential. In the world of social gatherings and potlucks the Potluck Planner is king. This is your place for all things pot luck.",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "next dev",
"develop": "next dev",
"fetch": "sourcebit fetch",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"marked": "^0.8.0",
"moment": "^2.24.0",
"moment-strftime": "^0.5.0",
"next": "^10.0.0",
"node-sass": "^4.14.1",
"node-sass-utils": "^1.1.3",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-script-tag": "^1.1.2",
"sourcebit": "^0.9.0",
"sourcebit-source-filesystem": "^0.1.3",
"sourcebit-target-next": "^0.5.2",
"sprintf-js": "^1.1.2"
}
}