-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.93 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
66
67
68
69
70
{
"name": "feconf2022",
"version": "1.0.0",
"repository": "git@github.com:fedgkr/feconf2022.git",
"contributors": [
{
"name": "Jinjae Lee",
"email": "jinjae.lee@icloud.com",
"url": "https://jinbread.works"
},
{
"name": "Wook Namkoung",
"email": "namkoungwook@gmail.com",
"url": "https://www.behance.net/namkoungwook"
},
{
"name": "Younkue Choi",
"email": "daybrush@gmail.com",
"url": "https://daybrush.com"
},
{
"name": "Jooyoung Moon",
"email": "hckrmoon@gmail.com",
"url": "https://github.com/codemilli"
}
],
"homepage": "https://2022.feconf.kr",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"push": "push-dir --dir=out --branch=gh-pages --cleanup --verbose",
"domain": "echo '2022.feconf.kr' >> out/CNAME",
"export": "next export && touch out/.nojekyll && yarn domain",
"deploy": "yarn build && yarn export && yarn push"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fullpage/react-fullpage": "^0.1.12",
"body-scroll-lock": "^3.0.3",
"lodash": "^4.17.21",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"scenejs": "^1.6.0",
"three": "^0.141.0",
"three.meshline": "^1.4.0",
"use-intersection": "^0.2.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/three": "^0.141.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"push-dir": "^0.4.1",
"sass": "^1.52.1",
"typescript": "^4.7.2"
}
}