-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "tetris",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "npx lerna run build",
"build-dev": "npx lerna run build-dev",
"test": "npx lerna run test",
"postinstall": "npx lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/and3k5/tetris.git"
},
"author": "Anders Kjeldsen",
"bugs": {
"url": "https://github.com/and3k5/tetris/issues"
},
"homepage": "https://github.com/and3k5/tetris#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-proposal-private-property-in-object": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"eslint": "^7.19.0",
"http-server": "^14.1.1",
"jasmine-core": "^3.5.0",
"karma": "^6.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"karma-webpack": "^4.0.2",
"lerna": "^6.0.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"volta": {
"node": "16.18.1"
}
}