-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.1 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
{
"name": "siegel-webapp",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npx parcel app/index.pug",
"build": "npx parcel build --no-minify app/index.pug",
"dev:build": "npx parcel build app/index.pug"
},
"author": "Joana Bergsiek, Leonard Geier, Lisa Ihde, Tobias Markus, Dominik Meier, Paul Methfessel",
"license": "GPL",
"devDependencies": {
"@parcel/transformer-pug": "^2.0.0-beta.2",
"@types/fabric": "^4.2.6",
"@types/lodash": "^4.14.172",
"@types/node": "^14.14.10",
"@types/three": "^0.131.0",
"@vue/component-compiler-utils": "^3.2.0",
"eslint": "^7.17.0",
"eslint-plugin-vue": "^7.4.0",
"parcel-bundler": "^1.12.4",
"pug": "^3.0.2",
"sass": "^1.26.10",
"typescript": "^3.9.7",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"axios": "^0.21.1",
"d3": "^6.3.1",
"fabric": "^4.5.1",
"lodash": "^4.17.21",
"three": "^0.131.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.5",
"vue-hot-reload-api": "^2.3.4",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.5.2"
}
}