-
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) · 799 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 799 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
{
"private": true,
"scripts": {
"dev": "next --hostname 0.0.0.0",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"graphql": "^16.3.0",
"interweave": "^13.0.0",
"mobx": "^6.5.0",
"mobx-react": "^7.3.0",
"next": "^12.1.4",
"react": "^18.0.0",
"react-bootstrap": "^2.2.2",
"react-bootstrap-icons": "^1.8.1",
"react-confirm": "^0.1.24",
"react-dom": "^18.0.0",
"sass": "^1.49.11"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.8",
"babel-plugin-module-resolver": "^4.1.0"
}
}