forked from ArtalkJS/Artalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 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
{
"name": "artalk-monorepo",
"private": true,
"homepage": "https://artalk.js.org",
"scripts": {
"dev": "pnpm -F artalk dev",
"dev:sidebar": "pnpm -F @artalkjs/artalk-sidebar dev",
"build": "pnpm -F artalk build",
"build:sidebar": "pnpm -F @artalkjs/artalk-sidebar build",
"build:all": "pnpm build && pnpm build:sidebar"
},
"devDependencies": {
"@rollup/plugin-dynamic-import-vars": "1.4.3",
"@types/node": "16.11.39",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"autoprefixer": "10.4.7",
"eslint": "8.16.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-import": "2.26.0",
"less": "4.1.3",
"postcss": "8.4.14",
"prettier": "2.6.2",
"rollup": "2.75.5",
"typescript": "4.7.2",
"vite": "2.9.9",
"vite-tsconfig-paths": "3.5.0"
},
"browserslist": [
"supports es6 and supports es6-class and supports es6-generators and supports es6-module-dynamic-import and supports es6-module and supports es6-number and supports es6-string-includes"
]
}