forked from saadpasta/developerFolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"homepage": "/portfolio",
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"caniuse-lite": "^1.0.30001690",
"colorthief": "^2.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"feed2json": "^0.6.0",
"gh-pages": "^6.2.0",
"jest-canvas-mock": "^2.5.2",
"lottie-react": "^2.4.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-easy-emoji": "^1.8.1",
"react-headroom": "^3.2.1",
"react-reveal": "^1.2.2",
"react-scripts": "^5.0.1",
"react-test-renderer": "^16.14.0",
"react-twitter-embed": "4.0.4",
"sass": "^1.83.0"
},
"scripts": {
"predeploy": "npm run build",
"start": "node fetch.js && react-scripts start",
"build": "node fetch.js && react-scripts build",
"deploy": "gh-pages -b master -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"./**/*.{js,css,json,scss}\"",
"check-format": "prettier -c \"./**/*.{js,css,json,scss}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"dotenv": "^16.4.7",
"prettier": "^3.4.2"
}
}