-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 919 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 919 Bytes
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
{
"name": "dailygratitude.com",
"version": "1.0.0",
"description": "this is the dailygratitude.com website.",
"scripts": {
"prestart": "next build ./",
"start": "next start",
"start:watch": "nodemon -x npm run start"
},
"author": "",
"license": "GNU GPLv3",
"engines": {
"node": ">=10.15"
},
"dependencies": {
"google-map-react": "^2.1.9",
"moment": "^2.29.4",
"next": "^10.0.6",
"nprogress": "^0.2.0",
"polished": "^4.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-facebook": "^8.1.4",
"react-scroll-parallax": "^2.3.5",
"styled-components": "^5.2.1",
"styled-components-modifiers": "^1.2.5"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.12.0",
"jest": "^26.6.3",
"nodemon": "^2.0.7"
}
}