-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.05 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
63
64
65
{
"name": "canvas-shape-background",
"description": "Random shape animation in canvas",
"version": "2.0.7",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode production --devtool false",
"dev": "webpack --config webpack.config.js --mode development --devtool source-map --watch",
"start": "npm run dev",
"prettier-format": "prettier --config .prettierrc \"./src\" \"./types\" --write",
"prettier-format:md": "prettier --config .prettierrc \"./*.js\" --write",
"lint": "eslint ./src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jxmked/canvas-shaped-background.git"
},
"keywords": [
"canvas",
"animation",
"2d",
"javascript",
"opensource"
],
"author": "Jovan De Guia",
"license": "MIT",
"bugs": {
"url": "https://github.com/jxmked/canvas-shaped-background/issues"
},
"homepage": "https://jxmked.github.io/canvas-shaped-background/",
"devDependencies": {
"@total-typescript/ts-reset": "^0.3.7",
"@types/raf": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"browser-sync": "^2.27.12",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^11.0.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.3",
"eslint": "^8.34.0",
"file-loader": "^6.2.0",
"ga4-webpack-plugin": "^1.1.1",
"html-webpack-plugin": "^5.5.0",
"interpolate-html-plugin": "^4.0.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.2",
"raf": "^3.4.1",
"random-js": "^2.1.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-manifest-plugin": "^5.0.0",
"webpack-nano": "^1.1.1",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^7.0.0"
}
}