-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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": "Shader-Park-Website",
"version": "0.1.0",
"private": true,
"author": "Peter Whidden, Torin Blankensmith",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@tweenjs/tween.js": "^18.5.0",
"animejs": "^3.1.0",
"core-js": "^3.6.4",
"dat.gui": "^0.7.6",
"firebase": "^9.6.8",
"intersection-observer": "^0.7.0",
"lodash.throttle": "^4.1.1",
"register-service-worker": "^1.6.2",
"shader-park-core": "^0.2.5",
"three": "^0.155.0",
"v-lazy-image": "^1.3.2",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-github-button": "^1.2.0",
"vue-js-modal": "^1.3.33",
"vue-meta": "^2.3.2",
"vue-router": "^3.1.5",
"vuelidate": "^0.7.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@vue/cli-plugin-babel": "~5.0.1",
"@vue/cli-plugin-pwa": "~5.0.1",
"@vue/cli-plugin-router": "~5.0.1",
"@vue/cli-plugin-vuex": "~5.0.1",
"@vue/cli-service": "~5.0.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"vue-template-compiler": "^2.6.11"
}
}