-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 742 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 742 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
{
"name": "react-grid-layout",
"version": "1.0.0",
"description": "react plus grid layout",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --watch",
"build": "webpack"
},
"keywords": [
"react",
"grid-loyout"
],
"author": "jjreina",
"license": "ISC",
"devDependencies": {
"@types/react": "^16.3.12",
"@types/react-dom": "^16.0.5",
"awesome-typescript-loader": "^5.0.0",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"typescript": "^2.8.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
}
}