-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1007 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1007 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
35
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "varion",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run prebuild --workspaces --if-present",
"pretest": "npm run prebuild --workspaces --if-present",
"start": "npm start --workspaces --if-present",
"test": "npm test --workspaces --if-present"
},
"type": "module",
"workspaces": [
"src/varion_frontend"
],
"dependencies": {
"@connect2ic/core": "^0.2.0-beta.24",
"@connect2ic/react": "^0.2.0-beta.24",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fullpage/react-fullpage": "^0.1.42",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@nivo/bar": "^0.87.0",
"framer-motion": "^11.3.30",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-router-dom": "^6.26.1",
"styled-components": "^6.1.12"
}
}