-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
44
45
46
47
48
49
50
{
"name": "diwali_coc",
"version": "1.0.0",
"description": "Happy Diwali from COC. This project is a small Single Page Application on React JS. Feel free to check it out.",
"main": "index.js",
"scripts": {
"test": "echo \"Sample NPM script, check package.json\" && exit 0",
"build": "webpack",
"start": "webpack-dev-server",
"deploy": "gh-pages -d build"
},
"keywords": [
"Community",
"of",
"Coders",
"COC",
"VJTI",
"React",
"ReactJS",
"Single",
"Page",
"Application",
"Github",
"Pages"
],
"author": "Ameya S. Daddiakr (coldball)",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.1.3",
"file-loader": "^2.0.0",
"gh-pages": "^2.0.1",
"popper.js": "^1.14.4",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"homepage": "https://ameyadaddikar.github.io/COC_DIWALI"
}