-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
{
"name": "sheryjs",
"version": "1.0.0-beta.0.1.7",
"description": "Shery.js: JavaScript library for captivating web effects and 3D features.",
"main": "src/Shery.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "webpack --config bundler/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://bit.ly/sheryjs"
},
"keywords": [
"javascript",
"library",
"web-development",
"3D-features",
"three.js"
],
"author": "@aayushchouhan24, @asynchronousJavascriptor",
"license": "MIT",
"bugs": {
"url": "https://bit.ly/sheryjs-issues"
},
"homepage": "https://bit.ly/sheryjs-homepage",
"dependencies": {
"controlkit": "^0.1.9",
"gsap": "^3.12.2",
"three": "^0.155.0"
},
"files": [
"dist",
"src"
],
"style": "src/Shery.css",
"devDependencies": {
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"glsl-shader-loader": "^0.1.6",
"mini-css-extract-plugin": "^2.7.6",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}