-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 999 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
35
36
37
{
"name": "windows7",
"version": "1.0.1",
"description": "A Windows 7 simulation using web components",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khang-nd/windows7.git"
},
"author": "Nguyen Duy Khang",
"license": "MPL 2.0",
"bugs": {
"url": "https://github.com/khang-nd/windows7/issues"
},
"homepage": "https://github.com/khang-nd/windows7#readme",
"devDependencies": {
"css-loader": "^3.4.0",
"eslint": "^6.7.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"style-loader": "^1.1.1",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"file-loader": "^5.0.2",
"font-awesome": "^4.7.0",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.5.0",
"jquery-ui-touch-punch": "^0.2.3",
"webpack-jquery-ui": "^2.0.1",
"x-frame-bypass": "^1.0.2"
}
}