-
Notifications
You must be signed in to change notification settings - Fork 325
/
package.json
59 lines (59 loc) · 1.83 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
{
"name": "root",
"private": true,
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/preset-typescript": "^7.10.1",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-essentials": "^6.3.6",
"@storybook/addon-knobs": "^5.3.21",
"@storybook/addon-links": "^6.3.0",
"@storybook/builder-webpack5": "^6.3.6",
"@storybook/html": "^6.3.6",
"@storybook/manager-webpack5": "^6.3.6",
"@types/jest": "^24.0.23",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.2.2",
"core-js": "^3.8.2",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-tui": "3.1.0",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-prettier": "3.1.3",
"html-webpack-plugin": "^5.3.1",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.2.0",
"lerna": "^3.22.1",
"mini-css-extract-plugin": "^1.5.1",
"prettier": "^2.2.1",
"snowpack": "^3.8.3",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-jest": "^24.2.0",
"ttypescript": "^1.5.12",
"typescript": "3.7.3",
"typescript-transform-paths": "2.0.2",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.36.1",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"scripts": {
"build": "lerna run build",
"build:chart": "lerna run --scope @toast-ui/chart build",
"build:react": "lerna run --scope @toast-ui/react-chart build",
"build:vue": "lerna run --scope @toast-ui/vue-chart build"
},
"workspaces": [
"apps/*"
]
}