-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1019 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1019 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
37
38
39
{
"name": "cm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.1.3",
"express": "^4.16.4",
"hammerjs": "^2.0.8",
"next": "9.3.2",
"next-ga": "https://github.com/almadireddy/next-ga",
"node-fetch": "^2.3.0",
"node-sass": "^4.14.1",
"react": "^16.6.3",
"react-animated-slider": "^1.1.4",
"react-dom": "^16.6.3",
"react-fittext": "^1.0.0",
"react-google-recaptcha": "^1.0.5",
"react-images": "^0.5.19",
"react-instagram-embed": "^1.4.1",
"react-lazy-load": "^3.0.13",
"react-markdown": "^4.0.4",
"react-photo-gallery": "^6.3.1",
"react-player": "^1.8.0",
"react-select": "^2.4.0",
"reactstrap": "^6.5.0",
"styled-components": "^5.3.1"
},
"devDependencies": {},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "yarn && next build && node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}