-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "visual-effects",
"version": "1.0.0",
"main": "bundle.js",
"repository": "git@github.com:Hajime-san/Visual-effects.git",
"author": "Hajime-san <utd.c.r.d.s.a@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack serve"
},
"dependencies": {
"dat.gui": "^0.7.7",
"three": "0.117.1"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.0",
"@types/dat.gui": "^0.7.5",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"@webpack-cli/serve": "^1.2.0",
"babel-loader": "^8.0.0",
"browser-sync": "^2.26.7",
"eslint": "^6.7.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^4.2.3",
"lint-staged": "^10.1.1",
"prettier": "^1.19.1",
"ts-loader": "^7.0.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.0"
}
}