-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "animated-mesh-lines",
"version": "0.0.0",
"description": "",
"author": {
"name": "Jérémie Boulay",
"email": "[email protected]",
"url": "https://jeremieboulay.fr"
},
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.js",
"build": "webpack --progress --config config/webpack.prod.js"
},
"license": "ISC",
"repository": "https://github.com/Jeremboo/animated-mesh-lines.git",
"dependencies": {
"dat.gui": "^0.7.3",
"gsap": "^2.0.2",
"postprocessing": "^5.3.2",
"three": "^0.98.0",
"three.meshline": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^6.7.7",
"babel-loader": "^8.0.4",
"babelify": "^10.0.0",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"poststylus": "^1.0.0",
"raw-loader": "^1.0.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.5"
}
}