-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.46 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
52
53
54
{
"name": "codalyze-next",
"version": "1.0.0",
"description": "Codalyze Marketing Website on next.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server",
"build": "cd src && next build",
"start": "NODE_ENV=production node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codalyze/codalyze-next.git"
},
"keywords": [
"next.js",
"react.js",
"marketing-website",
"ssr"
],
"author": "Naisheel Verdhan",
"license": "MIT",
"bugs": {
"url": "https://github.com/codalyze/codalyze-next/issues"
},
"homepage": "https://github.com/codalyze/codalyze-next#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"express": "^4.16.4",
"next": "^9.5.5",
"next-page-transitions": "^1.0.0-alpha.4",
"node-sass": "^4.13.1",
"react": "^17.0.1",
"react-awesome-slider": "^0.5.2",
"react-dom": "^17.0.1",
"react-facebook-pixel": "^0.1.3",
"react-ga": "^2.5.7",
"react-helmet": "^5.2.0",
"react-lazyload": "^2.3.0",
"react-reveal": "^1.2.2",
"styled-components": "^4.1.2",
"ua-parser-js": "^0.7.19"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"@svgr/cli": "^4.1.0",
"babel-plugin-styled-components": "^1.9.4",
"sw-precache-webpack-plugin": "^0.11.5"
}
}