-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 970 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
36
37
38
{
"name": "magic_button",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"@types/sha1": "^1.1.2",
"css-loader": "^3.4.2",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"sha1": "^1.1.1",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"url-loader": "^4.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caeleel/magic-button.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/caeleel/magic-button/issues"
},
"homepage": "https://github.com/caeleel/magic-button#readme"
}