-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.48 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": "PP-Suku",
"version": "1.1.0",
"description": "PP-Suku is a Portfolio Generator made with Django,GraphQL and React. You Provide it data and PP-Suku will create a Portfolio website for you",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./frontend/src/index.js --output ./frontend/static/frontend/main.js",
"build": "webpack --mode production ./frontend/src/index.js --output ./frontend/static/frontend/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/athul/PP-Suku.git"
},
"keywords": [],
"author": "Athul Cyriac Ajay",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/athul/PP-Suku/issues"
},
"homepage": "https://github.com/athul/PP-Suku#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8"
},
"dependencies": {
"graphql": "^14.5.8",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-feather": "^2.0.3",
"react-flippy": "^0.1.5",
"react-helmet": "^5.2.1",
"rebass": "^4.0.5",
"urql": "^1.6.1"
}
}