generated from karugamo/react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "pixel-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "vite",
"build": "vite build",
"tsc": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexiproducts/pixel-app.git"
},
"bugs": {
"url": "https://github.com/flexiproducts/pixel-app/issues"
},
"homepage": "https://github.com/flexiproducts/pixel-app#readme",
"dependencies": {
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^16.9.9",
"@types/recoil": "^0.0.1",
"@types/styled-components": "^5.1.4",
"firebase": "^9.6.10",
"firebaseui": "^6.0.1",
"lodash": "^4.17.20",
"nanoid": "^3.1.22",
"react": "^18.0.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.2",
"recoil": "^0.2.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.3.0",
"prettier": "^2.6.2",
"ts-node": "^9.0.0",
"typescript": "^4.6.3",
"vite": "^2.9.1"
}
}