forked from Zizaco/yesmansky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 838 Bytes
/
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
{
"name": "yesmansky",
"version": "0.0.1",
"author": "Zizaco",
"license": "MIT",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@babylonjs/core": "4.1.0-alpha.23",
"buefy": "^0.8.5",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"mobile-detect": "^1.4.4",
"open-simplex-noise": "^1.6.0",
"vue": "^2.6.10",
"vue-analytics": "^5.17.2"
},
"devDependencies": {
"@types/localforage": "^0.0.34",
"@types/lodash": "^4.14.144",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"typescript": "3.6.3",
"vue-template-compiler": "^2.6.10",
"worker-loader": "^2.0.0"
}
}