-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 2.01 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 2.01 KB
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@pixi/filter-adjustment": "^4.1.3",
"@pixi/filter-color-replace": "^4.1.5",
"@pixi/filter-drop-shadow": "^4.1.5",
"@pixi/filter-outline": "^4.1.5",
"@popperjs/core": "^2.10.2",
"@types/jest": "^27.4.0",
"@types/jquery": "^3.5.16",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"animate": "^1.0.0",
"axios": "^0.19",
"bootstrap": "^5.1.3",
"cross-env": "^5.1",
"gsap": "^3.9.1",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"pixi-particles": "^4.3.1",
"pixi.js": "^6.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-simple-keyboard": "^3.6.47",
"resolve-url-loader": "^2.3.1",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"vue-template-compiler": "^2.6.14",
"web-vitals": "^2.1.4",
"webfontloader": "^1.6.28"
},
"dependencies": {
"@pixi/sound": "^4.2.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1"
}
}