-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "snowstorm",
"version": "3.2.0",
"description": "Minecraft Bedrock Edition particle editor",
"author": {
"name": "JannisX11",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/JannisX11/snowstorm"
},
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "npm run development && npm run copy-extension",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production && npm run copy-extension",
"copy-extension": "copy .\\dist\\app.js .\\vscode_extension\\snowstorm\\app.js",
"extension": "npm run dev && npm run copy-extension",
"build-extension": "cd ./vscode_extension && vsce package"
},
"devDependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"url-loader": "^4.1.1",
"vue-loader": "15.9.8",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.89.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"bootstrap": "^4.6.2",
"fflate": "^0.7.3",
"lucide-vue": "^0.298.0",
"molangjs": "^1.6.5",
"prismjs": "^1.28.0",
"root": "github:JannisX11/vue-prism-editor",
"three": "^0.134.0",
"vue": "^2.6.12",
"vue-color": "^2.8.0",
"vue-prism-component": "^1.2.0",
"wintersky": "^1.3.2"
}
}