-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 805 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 805 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
{
"name": "nextapp",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@neo4j/graphql": "^2.5.7",
"apollo-server-core": "^3.6.2",
"apollo-server-micro": "^3.6.2",
"bootstrap": "^5.1.3",
"graphql": "^16.3.0",
"intro.js": "^5.1.0",
"intro.js-react": "^0.5.0",
"lodash": "^4.17.21",
"micro": "^9.3.4",
"neo4j-driver": "^4.4.2",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-force-graph-2d": "^1.23.10",
"react-joyride": "^2.2.1",
"three": "^0.137.5",
"three-spritetext": "^1.6.3"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
}
}