-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.95 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "dmf-web-cad",
"description": "DMF EWD online CAD",
"author": "tommy.xin",
"license": "MIT",
"private": false,
"scripts": {
"dev": "node --no-warnings build/dev-server.js",
"build": "node --no-warnings build/build.js",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"axios": "^0.21.0",
"clone-deep": "^2.0.2",
"dialog-polyfill": "^0.4.9",
"downloadjs": "^1.4.7",
"dxf-parser": "^1.0.0-alpha.1",
"es6-promisify": "^5.0.0",
"fs": "0.0.1-security",
"jquery": "^3.6.0",
"localforage": "^1.7.1",
"node-sass": "^7.0.1",
"normalize.css": "^7.0.0",
"oauth-open": "^1.0.3",
"shortid": "^2.2.8",
"three": "^0.122.0",
"vue": "^2.5.16",
"vue-color": "^2.4.6",
"vue-directive-tooltip": "^1.6.3",
"vue-mdc-adapter": "^0.15.3",
"vue-router": "^2.8.1",
"vue-toasted": "^1.1.28",
"vuex": "^2.5.0",
"vuex-map-fields": "^1.4.1"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"chalk": "^2.4.1",
"chromedriver": "^87.0.1",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"inject-loader": "^3.0.0",
"mocha": "^3.2.0",
"nightwatch": "^0.9.21",
"opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.4.0",
"phantomjs-prebuilt": "^2.1.16",
"raw-loader": "^4.0.2",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.7",
"selenium-server": "^3.11.0",
"semver": "^5.5.0",
"shelljs": "^0.7.6",
"sinon": "^2.1.0",
"sinon-chai": "^2.14.0",
"url-loader": "^0.5.8",
"vue-loader": "^13.7.1",
"vue-style-loader": "^3.1.2",
"vue-svgicon": "^2.1.3",
"vue-template-compiler": "^2.5.16",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.22.1",
"webpack-merge": "^4.1.2"
},
"engines": {
"node": "18.x",
"npm": ">= 5.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}