forked from primefaces/sakai-vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 893 Bytes
/
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
{
"name": "sakai-vue",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/sakai-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": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2"
},
"dependencies": {
"axios": "0.19.0",
"chart.js": "3.3.2",
"core-js": "3.6.5",
"primeflex": "3.0.0",
"primeicons": "4.1.0",
"primevue": "3.7.1",
"prismjs": "1.9.0",
"vue": "3.2.9",
"vue-router": "^4.0.0-0"
}
}