-
-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
51 lines (51 loc) · 1.54 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
{
"name": "tpanorama",
"version": "1.0.6",
"description": "全景标记,全景生成插件",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib && babel originSrc --out-dir origin",
"webpack": "webpack --config webpack.config.js",
"example": "npm run webpack && node ./server/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConardLi/tpanorama.git"
},
"author": "ConardLi",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConardLi/tpanorama/issues"
},
"homepage": "https://github.com/ConardLi/tpanorama#readme",
"dependencies": {
"consolidate": "^0.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"handlebars": "^4.0.12",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"three": "0.85.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.0",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-import": "^1.8.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
}
}