-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "node_modules/next/dist/bin/next start -p $PORT",
"now-build": "next build"
},
"keywords": [],
"author": "xilucks <siun0331@gmail.com>",
"license": "ISC",
"dependencies": {
"@chakra-ui/react": "^1.7.2",
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@react-icons/all-files": "^4.1.0",
"axios": "^0.24.0",
"framer-motion": "^4.1.17",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-slick": "^0.28.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"slick-carousel": "^1.8.1",
"start": "^5.1.0"
},
"devDependencies": {
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-plugin-react": "^7.27.1",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xilucks/Frontend.git"
},
"bugs": {
"url": "https://github.com/xilucks/Frontend/issues"
},
"homepage": "https://github.com/xilucks/Frontend#readme",
"description": ""
}