-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 929 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 929 Bytes
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
{
"author": "Developer Express Inc.",
"name": "devextreme-react-playground",
"private": true,
"version": "25.1.11",
"description": "DevExtreme React UI and Visualization Components Sandbox",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-react.git"
},
"dependencies": {
"devextreme": "workspace:*",
"devextreme-react": "workspace:*",
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"css-loader": "6.10.0",
"source-map-loader": "4.0.2",
"style-loader": "3.3.4",
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"webpack": "5.105.4",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.1"
},
"scripts": {
"test": "node runner.js",
"start": "webpack-dev-server",
"build": "webpack"
},
"license": "MIT"
}