-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 968 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
37
38
39
40
41
{
"name": "tetris",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "gulp serve",
"build": "NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onakrainikoff/tetris.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/onakrainikoff/tetris/issues"
},
"homepage": "https://github.com/onakrainikoff/tetris#readme",
"devDependencies": {
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-debug": "^4.0.0",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"saas": "^1.0.0",
"sass": "^1.56.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.75.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"zingtouch": "^1.0.6"
}
}