-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "extended-ascii-previewer",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"d3-delaunay": "^4.1.5",
"express": "^4.16.4",
"image-size": "^0.7.2",
"pixi.js": "^4.8.7",
"plist": "^3.0.1",
"poisson-disk-sampling": "^1.0.2",
"prng-parkmiller-js": "^0.1.1",
"rot-js": "^0.6.5",
"simplex-noise": "^2.4.0",
"vue": "^2.6.6",
"vuetify": "^1.5.5",
"vuex": "^3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.5.21",
"vuetify-loader": "^1.0.5"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"proxy": "http://localhost:5000"
}