-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "resume-nextjs",
"version": "1.0.0",
"description": "Resume website with NextJS",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export",
"export": "next export .",
"start": "next start",
"analyze": "cross-env ANALYZE=1 next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nutanek/resume-nextjs.git"
},
"keywords": [
"ReactJS",
"NextJS"
],
"author": "NutAnek",
"license": "ISC",
"bugs": {
"url": "https://github.com/nutanek/resume-nextjs/issues"
},
"homepage": "https://github.com/nutanek/resume-nextjs#readme",
"dependencies": {
"autoprefixer": "^7.1.5",
"babel-loader": "^7.1.2",
"glob": "^7.1.2",
"next": "^4.0.1",
"path": "^0.12.7",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^2.0.8",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-particles-js": "^2.0.0",
"react-typist": "^1.1.1",
"webpack-bundle-analyzer": "^2.9.0"
}
}