-
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.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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": "react-trello-clone",
"author": "smarqueslopez",
"private": true,
"version": "1.0.0",
"license": "MIT",
"description": "This is a clone Trello web responsive design interface using React.js, Styled-components and firebase database",
"keywords": [
"reactjs",
"trello",
"clone"
],
"homepage": "https://github.com/smarqueslopez/react-trello-clone#readme",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/smarqueslopez/react-trello-clone.git"
},
"bugs": {
"url": "https://github.com/smarqueslopez/react-trello-clone/issues"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"i18next": "^20.3.0",
"next": "10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.9.0",
"react-icons": "4.2.0",
"styled-components": "5.3.0"
},
"devDependencies": {
"@babel/core": "7.14.3",
"babel-jest": "27.0.1",
"@babel/preset-env": "7.14.2",
"jest": "27.0.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
}
}