-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 899 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
37
38
39
40
41
{
"name": "nitrate",
"description": "A really easy way to start a modern React project",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build && echo '/* /index.html 200' > dist/_redirects",
"serve": "vite preview"
},
"bin": "./cli/cli.js",
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.2",
"autoprefixer": "^10.3.1",
"firebase": "^9.6.1",
"ol": "^6.10.0",
"postcss": "^8.3.6",
"react": "^17.0.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0",
"tailwindcss": "^2.2.7"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",
"vite": "^2.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ranjithrd/nitrate"
},
"license": "MIT",
"author": "Ranjith RD",
"keywords": [
"react",
"starter",
"template",
"tailwindcss",
"vite",
"starter project"
]
}