-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) 路 1.04 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) 路 1.04 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
{
"name": "giffy-app",
"private": true,
"version": "0.0.2",
"author": "Jos茅 Olemar",
"description": "A simple app to search your gifs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "standard --fix ."
},
"homepage": "https://github.com/JL-OLEMAR/Giphy-react#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/JL-OLEMAR/Giphy-react.git"
},
"bugs": {
"url": "https://github.com/JL-OLEMAR/Giphy-react/issues"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@emotion/styled": "11.8.1",
"intersection-observer": "0.12.0",
"just-debounce-it": "1.1.0",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react": "17.0.2",
"wouter": "2.4.0"
},
"devDependencies": {
"@vitejs/plugin-react": "1.0.7",
"standard": "16.0.4",
"vite": "2.8.0"
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json",
"react-app"
],
"ignorePatterns": [
"node_modules/"
]
}
}