-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "react",
"license": "MIT",
"version": "1.0.0",
"homepage": "https://arturbuja.github.io/My-Portfolio/",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@emailjs/browser": "^3.4.0",
"emoji-picker-react": "^3.5.0",
"gh-pages": "^3.2.3",
"gulp-babel": "^8.0.0",
"hamburger-react": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-scripts": "4.0.0",
"sass": "^1.48.0",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"babel-plugin-transform-import-css": "^1.0.0-alpha.11",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --openssl-legacy-provider build build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}