-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.76 KB
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
51
52
53
54
55
56
57
58
59
60
{
"name": "resume",
"version": "1.0.0",
"description": "Wildan's website using Next.js",
"main": "index.js",
"dependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/webpack-env": "^1.15.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"date-fns": "^2.9.0",
"disqus-react": "^1.0.7",
"dotenv": "^8.2.0",
"highlight.js": "^10.1.1",
"next": "^9.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@types/node": "^14.0.24",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"babel-eslint": "10.x",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"file-loader": "^5.0.2",
"prettier": "^1.19.1",
"raw-loader": "^4.0.0",
"typescript": "^3.7.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.6"
},
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start -p 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wildan2711/website.git"
},
"keywords": [
"resume",
"react"
],
"author": "Wildan Maulana Syahidillah",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wildan2711/website/issues"
},
"homepage": "https://github.com/wildan2711/website#readme"
}