-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
53
{
"name": "saturn-test",
"version": "1.0.0",
"description": "Frontend Job Position Test",
"author": "Pablo Marchena",
"license": "ISC",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"keywords": [
"reactjs",
"nextjs",
"style-components"
],
"repository": {
"type": "git",
"url": "https://github.com/bnb/metaverse.git"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.2",
"browser-image-compression": "^1.0.12",
"moment": "^2.27.0",
"next": "^9.5.1",
"next-fonts": "^1.4.0",
"overlayscrollbars": "^1.13.0",
"overlayscrollbars-react": "^0.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-spring": "^8.0.27",
"styled-components": "^5.1.1",
"styled-css-grid": "^1.2.1",
"styled-normalize": "^8.0.7",
"uuid": "^8.3.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "^2.0.5"
}
}