-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "2d-animation-gallery",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --env mode=production --env production --progress",
"dev": "npx webpack serve --env mode=development --env development --open "
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.5.1",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.23.0",
"eslint-webpack-plugin": "^3.2.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.22.10",
"sass-loader": "^7.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.7.3"
},
"homepage": "https://jfitzsimmons.github.io/2d-animation-gallery",
"dependencies": {
"pixi.js": "^6.2.2"
}
}