-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 950 Bytes
/
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
{
"name": "layout-prototype-boards",
"version": "1.0.0",
"description": "",
"main": "typescript/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --display-modules --progress"
},
"author": "",
"license": "ISC",
"//": [
"Note that the jquery packages are installed in distribution/plugins"
],
"devDependencies": {
"@types/jquery": "^3.3.17",
"@types/jquery.ui.layout": "0.0.29",
"@types/jqueryui": "^1.12.5",
"@types/lodash": "^4.14.119",
"@types/node": "^10.11.7",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"awesome-typescript-loader": "^5.2.1",
"source-map-loader": "^0.2.4",
"typescript": "^3.1.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"lodash": "^4.17.11",
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}