mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2024-12-21 23:56:32 +00:00
pnpm
This commit is contained in:
parent
69e89ff885
commit
758aecf88d
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,8 +3,9 @@ package-lock.json
|
||||
pnpm-lock.yaml
|
||||
|
||||
.cache
|
||||
.parcel-cache
|
||||
dist
|
||||
|
||||
.idea
|
||||
.vscode
|
||||
.vercel
|
||||
.vercel
|
||||
|
24
package.json
24
package.json
@ -1,24 +1,20 @@
|
||||
{
|
||||
"private": true,
|
||||
"browserslist": [
|
||||
"last 2 Chrome versions",
|
||||
"last 2 Safari versions",
|
||||
"last 2 Firefox versions"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "parcel ./src/index.html",
|
||||
"build": "parcel build --no-source-maps ./src/index.html"
|
||||
"build": "rm -rf ./dist && parcel build --no-source-maps ./src/index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
"dayjs": "^1.10.4",
|
||||
"react": "16.9",
|
||||
"react-dom": "16.9"
|
||||
"dayjs": "^1.11.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "16.9",
|
||||
"@types/react-dom": "16.9",
|
||||
"parcel-bundler": "^1.12.4",
|
||||
"stylus": "^0.54.7",
|
||||
"typescript": "^3.7"
|
||||
"@parcel/transformer-stylus": "2.3.2",
|
||||
"@types/react": "^17.0.40",
|
||||
"@types/react-dom": "^17.0.13",
|
||||
"parcel": "^2.3.2",
|
||||
"stylus": "^0.56.0",
|
||||
"typescript": "^4.6.2"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
|
||||
<body>
|
||||
<main id="root"></main>
|
||||
<script src="./main.tsx"></script>
|
||||
<script type="module" src="./main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -35,4 +35,4 @@ html, body, #root
|
||||
&>span
|
||||
margin: 1rem
|
||||
text-decoration: underline
|
||||
cursor pointer
|
||||
cursor pointer
|
||||
|
Loading…
Reference in New Issue
Block a user