39 lines
989 B
JSON
39 lines
989 B
JSON
{
|
|
"name": "nebulaos-site",
|
|
"version": "1.0.0",
|
|
"description": "Website for NebulaOS Android operating system",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "cross-env PORT=5590 react-scripts --openssl-legacy-provider start",
|
|
"build": "react-scripts --openssl-legacy-provider build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^4.1.17",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.2.0",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-scroll": "^1.9.0",
|
|
"web-vitals": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"cross-env": "^7.0.3",
|
|
"react-scripts": "4.0.3"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|