-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "openhouse2020",
"version": "0.0.1-alpha",
"main": "index.js",
"repository": "https://github.com/iammarkps/openhouse2020",
"author": "Possawat Suksai<[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export -o dist"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@zeit/next-css": "^1.0.1",
"antd": "^3.26.3",
"axios": "^0.19.0",
"babel-plugin-emotion": "^10.0.23",
"babel-plugin-import": "^1.13.0",
"emotion-theming": "^10.0.19",
"ms": "^2.1.2",
"next": "^9.1.4",
"nprogress": "^0.2.0",
"null-loader": "^3.0.0",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.3",
"react-spring": "^8.0.27"
},
"devDependencies": {
"@types/node": "^12.12.11",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/rebass": "^4.0.3",
"babel-plugin-inline-react-svg": "^1.1.0",
"typescript": "^3.7.2"
}
}