-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 925 Bytes
/
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
{
"name": "webgl-tmn",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack-dev-server --config ./bundler/webpack.dev.js",
"watch": "webpack --watch --config ./bundler/webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"file-loader": "^5.0.2",
"gsap": "^3.1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^4.0.0",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"glslify-loader": "^2.0.0",
"jquery": "^3.4.1"
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
},
"dependencies": {}
}