-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "easter-break",
"version": "1.5.2",
"description": "Ideal package for some easter egg in your site. This just give you onClick function with canvas destroying current page",
"main": "build/main/lib/index.js",
"scripts": {
"build:bundle": "webpack --config webpack.config.js --mode production",
"build": "tsc",
"dev": "tsc --watch",
"format": "rome format ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ivan-Corporation/easter-break.git"
},
"author": "Koma",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ivan-Corporation/easter-break/issues"
},
"keywords": [
"react",
"github",
"fun",
"canvas",
"vue",
"javascript",
"animation"
],
"homepage": "https://github.com/Ivan-Corporation/easter-break#readme",
"dependencies": {
"html2canvas": "^1.4.1",
"matter-js": "^0.18.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-typescript": "^7.3.3",
"@types/chrome": "0.0.184",
"@types/jasmine": "4.3.1",
"@types/matter-js": "^0.17.7",
"@types/node": "^17.0.23",
"awesome-typescript-loader": "^5.2.1",
"jasmine-core": "3.1.0",
"karma": "2.0.4",
"karma-jasmine": "1.1.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "3.0.0",
"rome": "^0.6.1-next",
"source-map-loader": "0.2.3",
"ts-loader": "^9.3.0",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"typescript": "^4.6.3",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}