forked from primefaces/sakai-vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "sigma-vue",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/sigma-vue.git"
},
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"devDependencies": {
"@fullcalendar/core": "4.0.2",
"@fullcalendar/daygrid": "4.0.1",
"@fullcalendar/interaction": "4.0.2",
"@fullcalendar/timegrid": "4.0.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^3.8.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.0.0",
"chart.js": "2.7.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"mitt": "^2.1.0",
"node-sass": "^4.12.0",
"primeflex": "2.0.0",
"primeicons": "4.1.0",
"primevue": "^3.0.2",
"prismjs": "^1.15.0",
"sass-loader": "^8.0.2",
"vue": "3.0.2",
"vue-router": "^4.0.0-0"
}
}