-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 2.11 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "wargatiga21",
"private": true,
"description": "SMAN 3 Bandung students batch 2021's website.",
"version": "0.1.0",
"author": "wargatiga21",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettify": "prettier --write src/",
"release": "standard-version",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.1",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.13",
"@types/react-images": "^0.5.3",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/rss": "^0.0.28",
"framer-motion": "^2.9.5",
"gray-matter": "^4.0.2",
"next": "^10.0.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-grid-gallery": "^0.5.5",
"react-icons": "^3.11.0",
"react-images": "^0.6.7",
"react-markdown": "^5.0.2",
"react-multi-carousel": "^2.6.1",
"react-syntax-highlighter": "^15.3.0",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"rss": "^1.2.2",
"sass": "^1.26.11",
"typeface-markazi-text": "^1.1.4",
"typeface-work-sans": "^0.0.72",
"unified": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@storybook/addon-actions": "^6.1.9",
"@storybook/addon-essentials": "^6.1.9",
"@storybook/addon-links": "^6.1.9",
"@storybook/react": "^6.1.9",
"@types/node": "^14.6.0",
"babel-loader": "^8.2.2",
"prettier": "^2.1.0",
"typescript": "^4.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/wargatiga21/web"
},
"bugs": {
"url": "https://github.com/wargatiga21/web/issues"
}
}