-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 877 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
{
"name": "react-meme-generator",
"version": "1.0.0",
"description": "A learning Project of React that helps to practice basic react concept",
"main": "index.js",
"scripts": {
"dev": "parcel ./src/index.html",
"build": "parcel build ./src/index.html",
"watch": "parcel watch ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amarjeetrao/react-meme-generator.git"
},
"keywords": [
"react",
"meme-genrator",
"tailwindCSS"
],
"author": "amarjeet rao",
"license": "ISC",
"bugs": {
"url": "https://github.com/amarjeetrao/react-meme-generator/issues"
},
"homepage": "https://github.com/amarjeetrao/react-meme-generator#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"tailwindcss": "^1.1.3"
}
}