forked from junni-inc/next.junni.co.jp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
50
51
52
53
54
55
56
{
"name": "next.junni.co.jp",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/junni-inc/next.junni.co.jp"
},
"scripts": {
"dev": "npx gulp",
"build": "npx gulp build"
},
"author": "junni",
"bugs": {
"url": ""
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.16.9",
"@types/cannon": "^0.1.8",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"eslint": "^8.7.0",
"eslint-config-mdcs": "^5.0.0",
"fancy-log": "^2.0.0",
"glslify-hex": "^2.1.1",
"glslify-import": "^3.1.0",
"glslify-loader": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.49.0",
"supports-color": "8.1.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@tweakpane/core": "^1.1.0",
"cannon": "^0.6.2",
"lethargy": "^1.0.9",
"three": "^0.145.0",
"tweakpane": "^3.1.0",
"wolfy87-eventemitter": "^5.2.9"
}
}