-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.61 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "yes-we-canvas",
"version": "2.0.0",
"description": "animation creating environment.",
"main": "src/server/index.js",
"scripts": {
"start": "node src/server/index.js",
"dev": "node-dev src/server/index.js",
"build": "webpack --progress --hide-modules --config build/webpack.dev.conf.js",
"watch": "webpack --watch --config build/webpack.dev.conf.js"
},
"author": "devneko <[email protected]>",
"license": "MIT",
"homepage": "http://devneko.net/",
"dependencies": {
"aws-sdk": "^2.112.0",
"axios": "^0.21.1",
"blueimp-canvas-to-blob": "^3.3.0",
"body-parser": "^1.18.0",
"chromy": "^0.5.3",
"express": "^4.14.0",
"fancybox": "^2.1.5",
"glob": "^7.0.3",
"jquery": "^3.5.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.19",
"marked": "^0.3.5",
"moment": "^2.12.0",
"normalize.css": "^7.0.0",
"request": "^2.81.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.2.0",
"sockjs-client": "^1.0.3",
"temp": "^0.9.0",
"vue": "^2.3.4",
"vue-event-bus": "^1.0.2",
"vue-router": "^2.6.0",
"vue-template-compiler": "^2.3.4",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.2.0"
},
"devDependencies": {
"autoprefixer": "^7.1.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.0",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^2.1.1",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-html": "^3.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"gulp": "^4.0.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"inject-loader": "^3.0.0",
"node-dev": "^3.1.3",
"three": "^0.87.1",
"url-loader": "^0.5.9",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"webpack-stream": "^4.0.0"
}
}