-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "devextreme-vue-playground",
"description": "DevExtreme Vue UI and Visualization Components",
"private": true,
"version": "24.1.16",
"author": "Developer Express Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-vue.git"
},
"dependencies": {
"devextreme": "~24.1.16",
"devextreme-vue": "~24.1.16",
"vue": "3.2.47"
},
"devDependencies": {
"@types/node": "20.11.17",
"@vue/compiler-sfc": "3.3.4",
"@vue/test-utils": "2.0.0-beta.7",
"css-loader": "2.1.1",
"minimatch": "4.2.3",
"source-map-loader": "0.2.4",
"style-loader": "0.23.1",
"ts-loader": "8.4.0",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "4.9.5",
"url-loader": "1.1.2",
"vue-loader": "17.4.2",
"vue-router": "4.2.5",
"webpack": "4.47.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.1"
},
"scripts": {
"test": "node runner.js",
"start": "webpack-dev-server",
"build": "webpack"
}
}