-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 882 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
{
"name": "internsite-malaysia",
"version": "0.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@kiwicom/orbit-components": "latest",
"airtable": "^0.8.1",
"dotenv": "^8.2.0",
"isomorphic-unfetch": "^3.0.0",
"markdown-to-jsx": "^6.10.3",
"next": "^9.2.0",
"next-absolute-url": "^1.2.0",
"param-case": "^3.0.3",
"react": "^16.12.0",
"react-awesome-styled-grid": "^3.0.2",
"react-dom": "^16.12.0",
"react-hook-form": "^4.7.2",
"react-icons": "^3.8.0",
"react-reveal": "^1.2.2",
"styled-components": "^4.0.0",
"styled-icons": "^9.2.0",
"swr": "^0.1.16",
"typeface-inter": "^3.11.2"
},
"devDependencies": {
"@kiwicom/babel-plugin-orbit-components": "latest",
"babel-plugin-styled-components": "^1.8.0"
},
"license": "ISC"
}