-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 750 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
{
"name": "cd-manager-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-react-inline-elements": "^7.9.0",
"apollo-boost": "^0.4.7",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"graphql": "^14.6.0",
"lodash.debounce": "^4.0.8",
"next": "^9.3.6",
"next-with-apollo": "^5.0.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-apollo": "^3.1.3",
"react-dom": "^16.13.1",
"react-spring": "^8.0.27",
"styled-components": "^4.4.1"
}
}