-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (37 loc) · 872 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
{
"name": "cra-template-orange",
"version": "1.0.2",
"description": "A Create React App Template with essential ready-to-code components and libraries.",
"main": "template.json",
"files": [
"template",
"template.json"
],
"scripts": {
"build": "npx create-react-app ../orange-reactjs --template file:.",
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nipunadodan/cra-template-orange.git"
},
"keywords": [
"cra",
"create",
"react",
"app",
"template",
"react",
"reactjs",
"tailwind",
"react-router-dom",
"dotenv",
"sass"
],
"author": "Nipuna Dodantenna",
"license": "MIT",
"bugs": {
"url": "https://github.com/nipunadodan/cra-template-orange/issues"
},
"homepage": "https://github.com/nipunadodan/cra-template-orange#readme"
}