forked from fac-23/lusan-tfb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 857 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 857 Bytes
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
{
"name": "lusan-tfb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress open"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"chance": "^1.1.8",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-responsive-carousel": "^3.2.23",
"styled-components": "^5.3.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.6",
"cypress": "^9.5.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"prettier": "^2.6.0"
}
}