-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
41 lines (41 loc) ยท 1.14 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": "hello",
"author": {
"name": "Sangwoo Jeong",
"email": "pronist@naver.com",
"url": "https://github.com/pronist"
},
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "cross-env NODE_ENV=development tidory start",
"preview": "cross-env NODE_ENV=development tidory preview",
"preview:old": "cross-env NODE_ENV=development tidory preview --old",
"production": "cross-env NODE_ENV=production tidory production",
"deploy": "tidory deploy",
"store": "tidory store",
"lint": "eslint && pug-lint .",
"build:portfolio": "postcss packages/portfolio/src/css -d packages/portfolio/dist"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.2",
"eslint": "^9.15.0",
"eslint-webpack-plugin": "^4.2.0",
"globals": "^15.12.0",
"pug-lint": "^2.7.0"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.5",
"@alpinejs/intersect": "^3.14.5",
"alpinejs": "^3.14.5",
"highlight.js": "^11.10.0",
"lazysizes": "^5.3.2",
"swiper": "^11.1.15",
"tailwindcss": "3.2.7",
"tidory": "8.4.3"
}
}