-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 804 Bytes
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
{
"name": "qtma_website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"axios": "^0.24.0",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-responsive-carousel": "^3.2.22",
"react-scroll": "^1.8.4",
"sass": "^1.45.1"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@types/node": "^18.15.10",
"@types/react": "^18.0.1",
"@types/webpack-env": "^1.18.0",
"cross-env": "^7.0.3",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"rimraf": "^3.0.2",
"typescript": "^5.0.2"
},
"engines": {
"npm": ">=7.0.0",
"node": "18.x"
}
}