-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "Olio_Client",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/softwareProjectClub-Sha/Olio_Client.git",
"author": "GwonHeeJun <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_PATH=src next ./src",
"build": "cross-env NODE_PATH=src next build ./src",
"export": "cross-env NODE_PATH=src next export ./src",
"start": "cross-env NODE_PATH=src next start ./src"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@types/fontfaceobserver": "^0.0.6",
"@types/next": "^8.0.6",
"@types/rebass": "^4.0.6",
"@types/styled-components": "^4.1.19",
"@types/styled-system": "^5.1.9",
"@zeit/next-typescript": "^1.1.1",
"axios": "^0.19.0",
"cross-env": "^7.0.2",
"emotion-theming": "^10.0.27",
"fontfaceobserver": "^2.1.0",
"next": "^9.4.4",
"open-color": "^1.7.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rebass": "^4.0.7",
"styled-components": "^4.3.2",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"babel-plugin-styled-components": "^1.10.6",
"typescript": "^3.9.5"
}
}