forked from priteshjha4u/react-drag-drop-layout-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.32 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
41
42
43
44
45
46
47
48
49
{
"name": "react-drag-drop-layout-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material/layout-grid": "^0.41.0",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/uuid": "^3.4.4",
"immutable": "^4.0.0-rc.12",
"react": "^16.8.4",
"react-dnd": "^7.3.2",
"react-dnd-html5-backend": "^7.2.0",
"react-dom": "^16.8.4",
"tslint": "^5.14.0",
"tslint-react": "^3.6.0",
"uuid": "^3.3.2",
"webpack": "^4.29.6",
"webpack-dev-server": "^3.2.1"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^5.0.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"typescript": "^3.3.3333",
"webpack-cli": "^3.2.3"
},
"engines": {
"node": "<=10.24.1",
"npm": "<=6.14.12"
}
}