-
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) · 774 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 774 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": "runecast",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && next dev",
"build": "next build",
"start": "next start",
"server": "node server/server.js"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"date-fns": "^2.21.1",
"next": "^10.2.2",
"rc-slider": "^9.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-switch": "^6.0.0",
"sass": "^1.32.11",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.9",
"json-server": "^0.16.3",
"typescript": "^4.2.4"
}
}