-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "the-greenverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/styled-components": "^5.1.15",
"next": "12.0.1",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-spring": "^9.3.0",
"recoil": "^0.5.2",
"styled-components": "^5.3.3",
"styled-reset": "^4.3.4"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "<8.0.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-next": "12.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.2",
"prettier-eslint": "^13.0.0",
"typescript": "4.4.4"
}
}