-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 947 Bytes
/
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
{
"name": "porto-vihermawan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.5",
"@chakra-ui/react": "^1.6.2",
"@emotion/react": "11",
"@emotion/styled": "11",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^5.1.1",
"framer-motion": "4",
"next": "10.2.3",
"next-pwa": "^5.0.6",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-reveal": "^1.2.2",
"react-scroll": "^1.8.1",
"react-spring": "^9.0.0",
"ts-loader": "^8.0.17",
"url-loader": "^4.1.1",
"use-sound": "^2.0.1"
},
"devDependencies": {
"@types/node": "^15.6.1",
"babel-plugin-inline-react-svg": "^1.1.2",
"@types/react": "^17.0.7",
"typescript": "^4.2.4"
}
}