forked from DeepakBomjan/next-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "nnine",
"version": "0.1.0",
"private": true,
"dependencies": {
"aos": "^3.0.0-beta.6",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"emailjs-com": "^3.2.0",
"eslint-plugin-next": "^0.0.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongoose": "^8.1.1",
"notiflix": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal-image": "^2.6.0",
"react-router-dom": "^6.22.3",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.2",
"use-places-autocomplete": "^4.0.1",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "next dev"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"autoprefixer": "^10.4.0",
"babel-plugin-macros": "^3.1.0",
"next": "^14.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.0.7"
}
}