-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "root",
"private": true,
"version": "3.0.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "node ./scripts/build.js",
"link": "node ./scripts/link.js",
"clean": "node ./scripts/clean.js"
},
"devDependencies": {
"@types/lodash": "^4.14.159",
"@types/node": "^14.0.24",
"@types/react": "^16.9.46",
"@types/webpack": "^4.41.21",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0-alpha.0",
"execa": "^4.0.3",
"lodash": "^4.17.19",
"node-sass": "^4.12.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue": "^3.0.0-rc.5",
"vue-router": "^4.0.0-alpha.6",
"yargs": "^15.4.1"
}
}