-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
{
"name": "eleccions-2021",
"version": "0.1.0",
"license": "AGPLv3",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js'",
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@react-rxjs/core": "^0.6.5",
"@react-rxjs/utils": "^0.4.1",
"node-fetch": "^2.6.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-flip-toolkit": "^7.0.13",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"rxjs": "^7.0.0-beta.10"
},
"devDependencies": {
"@types/node": "^14.14.28",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react-refresh": "^1.1.0",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"prettier": "^2.2.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^4.2.0",
"rollup-plugin-workbox": "^6.1.1",
"source-map-explorer": "^2.5.2",
"tailwindcss": "^2.0.3",
"typescript": "^4.1.2",
"vite": "^2.0.0"
},
"prettier": {
"printWidth": 80,
"trailingComma": "all",
"semi": false
}
}