-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 850 Bytes
/
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
{
"name": "invoicing",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"start": "NODE_ENV=development vite serve",
"heroku-postbuild": "vite build"
},
"dependencies": {
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"@types/react-router-dom": "^5.1.5",
"@types/uuid": "^8.3.0",
"fomantic-ui-css": "^2.8.6",
"puppeteer": "^19.4.1",
"react": "^17.0.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^17.0.1",
"react-intl": "^5.21.2",
"react-number-format": "^5.4.0",
"react-router-dom": "^5.1.2",
"recoil": "^0.1.2",
"semantic-ui-react": "^2.0.4",
"typescript": "^4.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.1",
"vite": "^4.0.4"
},
"engines": {
"node": ">=20",
"npm": ">=10"
}
}