forked from CyberOS/website-wip
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.2 KiB
68 lines
2.2 KiB
{
|
|
"name": "cyberos-website",
|
|
"version": "1.0.0",
|
|
"author": "omame",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"clean": "rm -r build",
|
|
"build": "yarn clean && cp -r public build && BUILD_MODE=development webpack",
|
|
"build:production": "yarn lint && yarn clean && cp -r public build && BUILD_MODE=production webpack",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"start": "BUILD_MODE=development webpack serve --open"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.14.0",
|
|
"@emotion/css": "^11.1.3",
|
|
"@fontsource/jetbrains-mono": "^4.3.0",
|
|
"@fontsource/noto-sans": "^4.3.0",
|
|
"@headlessui/react": "^1.2.0",
|
|
"get-user-locale": "^1.4.0",
|
|
"i18next": "^20.3.0",
|
|
"js-cookie": "^2.2.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^11.8.15",
|
|
"react-icons": "^4.2.0",
|
|
"react-is": "^17.0.2",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"tailwindcss": "^2.1.2",
|
|
"webpack": "^5.36.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-react-jsx": "^7.13.12",
|
|
"@babel/plugin-transform-runtime": "^7.13.15",
|
|
"@babel/preset-env": "^7.14.1",
|
|
"@babel/preset-react": "^7.13.13",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"@emotion/core": "^11.0.0",
|
|
"@emotion/react": "^11.4.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@types/react": "^17.0.5",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-router": "^5.1.14",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/styled-components": "^5.1.9",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
|
"@typescript-eslint/parser": "^4.22.1",
|
|
"autoprefixer": "^10.2.5",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"css-loader": "^5.2.4",
|
|
"eslint": "^7.26.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"file-loader": "^6.2.0",
|
|
"postcss": "^8.2.14",
|
|
"style-loader": "^2.0.0",
|
|
"styled-components": "^5.3.0",
|
|
"svg-url-loader": "^7.1.1",
|
|
"twin.macro": "^2.4.1",
|
|
"typescript": "^4.2.4",
|
|
"typescript-plugin-tw-template": "^2.1.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack-cli": "^4.7.0",
|
|
"webpack-dev-server": "^3.11.2"
|
|
}
|
|
}
|
|
|