-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "slow-tree",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack",
"build": "NODE_ENV=production webpack"
},
"contributors": [
{
"name": "Patrick Sachs",
"email": "[email protected]",
"url": "https://patrick-sachs.de"
},
{
"name": "Jakob Heubl",
"email": "[email protected]",
"url": "https://github.com/JakobHeubl"
}
],
"author": "Patrick Sachs & Jakob Heubl",
"license": "",
"dependencies": {
"file-saver": "^2.0.1",
"hammerjs": "^2.0.8",
"phaser": "^3.16.2",
"phaser3-nineslice": "^0.5.0",
"vue": "^2.6.9",
"vue-class-component": "^6.3.2",
"vue-property-decorator": "^7.3.0",
"vuetify": "^1.5.6"
},
"devDependencies": {
"@types/file-saver": "^2.0.0",
"@types/hammerjs": "^2.0.36",
"@types/workbox-sw": "^3.2.1",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.1",
"css-loader": "^2.1.1",
"dotenv": "^6.2.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3333",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.9",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.1",
"workbox-webpack-plugin": "^4.1.0"
}
}