-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "kilolab-next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@kilo-lab/web-design.header": "^0.0.4",
"@kilo-lab/web-design.text": "^0.0.1",
"@kilo-lab/web-design.title": "^0.0.2",
"@reduxjs/toolkit": "^1.8.1",
"@types/mongodb": "^4.0.7",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.15",
"axios": "^0.27.2",
"axios-hooks": "^3.0.1",
"babel-plugin-styled-components": "^2.0.7",
"fs": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.5.0",
"net": "^1.0.2",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.1",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/node": "17.0.29",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}