-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.19 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.19 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "portfolio",
"version": "0.1.0",
"homepage": "http://ciphercrypt.github.io/portfolio",
"description": "Portfolio site of Avishkar Mohite",
"repository": "",
"author": "Avishkar Mohite",
"devDependencies": {
"@babel/core": "^7.12.3",
"@hamishmw/react-scripts-postcss": "4.0.0-mod1",
"@iconify/react": "^3.1.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"gh-pages": "^3.2.3",
"mdx-loader": "^3.0.2",
"prettier": "^2.2.1",
"react-snap": "1.23.0",
"source-map-explorer": "^2.5.1",
"stylelint": "^13.8.0",
"stylelint-config-recommended": "^3.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.2.6",
"dompurify": "^2.3.0",
"emailjs-com": "^3.2.0",
"jsdom": "^16.6.0",
"nodemailer": "^6.6.3",
"popmotion": "^8.7.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-router-dom": "5.2.0",
"react-scripts-postcss": "^4.0.0-mod1",
"react-transition-group": "^4.4.1",
"three": "^0.126.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "react-snap",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"prettier-format": "prettier --config .prettierrc \"src/**/*.js\" --write"
},
"reactSnap": {
"skipThirdPartyRequests": true,
"headless": true,
"crawl": true,
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
]
},
"browserslist": {
"production": [
">10%",
"not dead",
"not ie 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}