-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
61 lines (61 loc) · 1.89 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
{
"name": "AutoDashFrontEnd",
"version": "1.1.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development --config config/webpack.dev.js",
"start": "webpack serve --mode development --config config/webpack.dev.js",
"build": "webpack --mode production --config config/webpack.prod.js",
"web_server": "NODE_ENV=production node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mathews2115/AutoDashFrontEnd.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mathews2115/AutoDashFrontEnd/issues"
},
"homepage": "https://github.com/Mathews2115/AutoDashFrontEnd#readme",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.25.4",
"eslint-webpack-plugin": "^3.1.1",
"express": "^4.17.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"description": "",
"dependencies": {
"@pixi/filter-color-overlay": "^4.0.0",
"@pixi/filter-drop-shadow": "^4.0.0",
"@pixi/filter-glitch": "^4.0.0",
"@pixi/filter-glow": "^4.0.0",
"@pixi/graphics-extras": "^6.0.4",
"chroma-js": "^2.4.2",
"gsap": "^3.7.0",
"pixi.js": "^6.0.1",
"robust-websocket": "^1.0.0"
}
}