-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) 路 1.08 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) 路 1.08 KB
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
{
"name": "kumarabhirup",
"version": "0.0.9",
"private": true,
"scripts": {
"dev": "next -p 3006",
"build": "next build",
"start": "next start -p 3006",
"deploy": "now --dotenv .env"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"apollo-boost": "^0.1.27",
"css-loader": "^2.1.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^3.0.2",
"fs": "0.0.1-security",
"get-age": "^1.0.1",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"next": "^7.0.2",
"next-with-apollo": "^3.3.2",
"postcss-loader": "^3.0.0",
"react": "^16.7.0",
"react-apollo": "^2.4.1",
"react-dom": "^16.7.0",
"react-ga": "^2.5.7",
"react-google-recaptcha": "^1.0.5",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-scroll": "^1.7.10",
"serve": "^10.1.1",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3",
"styled-css-grid": "^1.2.1",
"terser": "^3.14.1",
"waait": "^1.0.3"
},
"devDependencies": {},
"resolutions": {
"terser": "3.14.1"
}
}