-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
152 lines (152 loc) · 5.12 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "pandora",
"productName": "PANDORA",
"description": "PANDORA",
"version": "2.1.0",
"private": true,
"author": "Ivan Tomic <[email protected]>",
"copyright": "Copyright © 2025 aTomic Lab <[email protected]> All rights reserved.",
"homepage": "https://atomic-lab.org",
"repository": "https://github.com/genular/pandora",
"browserslist": "since 2022",
"build": {
"compression": "store",
"appId": "com.genular.pandora",
"files": [
"compiled/**/*",
"node_modules/**/*",
"package.json"
],
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"target": [
"nsis"
]
},
"linux": {
"target": [
"AppImage"
],
"category": "Education"
},
"directories": {
"buildResources": "static"
},
"publish": {
"provider": "github"
}
},
"scripts": {
"start:dev": "webpack-dev-server --progress --colors --config=.webpack-config/webpack.app.config.js --env=development --target=web",
"start:prod": "webpack-dev-server --progress --colors --config=.webpack-config/webpack.app.config.js --env=production --target=web",
"webpack:web:dev": "webpack --config=.webpack-config/webpack.app.config.js --env=development --target=web",
"webpack:web:prod": "webpack --config=.webpack-config/webpack.app.config.js --env=production --target=web"
},
"dependencies": {
"animate.css": "^3.7.0",
"axios": "^0.21.1",
"clipboard": "^2.0.1",
"crypto-js": "^3.1.9-1",
"driver.js": "^0.8.1",
"dropzone": "^5.5.1",
"echarts": "^5.5.0",
"element-ui": "^2.15.0",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"free-email-domains": "^1.0.26",
"fuse.js": "^6.4.6",
"markdown-it": "12.0.6",
"markdown-it-anchor": "^9.2.0",
"normalize.css": "^8.0.0",
"nprogress": "^0.2.0",
"save": "^2.3.3",
"save-dev": "^0.0.1-security",
"store": "^2.0.12",
"thenby": "^1.3.0",
"three": "^0.137.0",
"tsne-js": "^1.0.3",
"uuid": "^3.3.2",
"vue": "2.6.12",
"vue-count-to": "^1.0.13",
"vue-devtools": "^5.1.4",
"vue-eslint-parser": "^7.6.0",
"vue-hot-reload-api": "^2.3.4",
"vue-html-loader": "^1.2.4",
"vue-i18n": "^8.8.0",
"vue-image-zoomer": "1.7.1",
"vue-loader": "^15.9.6",
"vue-particles": "^1.0.9",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "2.6.12",
"vuedraggable": "^2.17.0",
"vuex": "^3.1.0",
"xlsx": "^0.13.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^23.2.0",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^7.18.0",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-vue": "^7.4.1",
"eslint-webpack-plugin": "^2.4.3",
"file-loader": "^1.1.11",
"flat": "^5.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.3",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"minimist": "^1.2.6",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.16.1",
"resolve-url-loader": "^3.1.2",
"sass-loader": "^10.1.1",
"script-loader": "^0.7.2",
"source-map-support": "^0.5.6",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^1.2.3",
"url-loader": "^4.1.1",
"webpack": "^4.14.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3",
"webpack-node-externals": "^1.7.2"
}
}