-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
{
"name": "insightlab",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"zip": "vue-cli-service build",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve"
},
"dependencies": {
"-": "^0.0.1",
"@ant-design/icons-vue": "^6.0.1",
"@egoist/vue-head": "^0.1.8",
"@fortawesome/fontawesome-free": "^5.2.0",
"@types/jquery": "^3.3.30",
"@types/underscore": "^1.11.3",
"@vueuse/head": "^0.6.0",
"ant-design-vue": "^2.0.0",
"bootstrap": "^5.0.0-beta3",
"file-loader": "^6.2.0",
"jquery": "^3.2.1",
"less": "3.13.0",
"less-loader": "^7.1.0",
"npm": "^10.4.0",
"p5": "^1.9.0",
"regenerator-runtime": "^0.13.7",
"sass": "^1.50.1",
"underscore": "^1.13.1",
"url-loader": "^4.1.1",
"vue": "^3.0.9",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/p5": "^1.7.6",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.9",
"babel-plugin-import": "^1.13.3",
"sass-loader": "^10.1.1",
"typescript": "^4.2.4"
}
}