-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1004 Bytes
/
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
{
"name": "framely",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.1.3",
"memory-cache": "^0.2.0",
"next": "12.3.1",
"next-images": "^1.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.11.0",
"styled-components": "^5.3.6",
"swiper": "^8.4.4",
"use-debounce": "^8.0.4"
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-export-default-from": "^7.18.6",
"@types/memory-cache": "^0.2.2",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}