-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "slackpanda",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/Jungwoo-An/slackpanda",
"author": "Jungwoo-An <[email protected]>",
"license": "MIT",
"scripts": {
"build": "node ./scripts/commands/build",
"dev": "node ./scripts/commands/dev"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@vue/compiler-sfc": "^3.0.4",
"chalk": "^4.1.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"readline": "^1.3.0",
"rollup": "^2.32.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.28.0",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^4.0.3",
"vue": "^3.0.4",
"vue-eslint-parser": "^7.1.1"
}
}