-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "smooth-animation-of-moving-around-the-area",
"version": "1.0.0",
"description": "smooth-animation-of-moving-around-the-area",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve",
"predeploy": "npm run build",
"deploy": "npm run build && gh-pages -d dist"
},
"author": "Daniil Ryabov",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"autoprefixer": "10.4.5",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.3",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"core-js": "^3.32.0",
"draggable": "^4.2.0",
"gsap": "^3.12.2",
"inertia-plugin": "^0.6.0",
"json5": "^2.2.3",
"scrollmagic": "^2.0.8",
"toml": "^3.0.0",
"yamljs": "^0.3.0"
}
}