-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
{
"name": "lessons-application",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.4",
"prismjs": "^1.20.0",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-code-highlight": "^0.7.4",
"vue-loader": "^15.9.2",
"vue-markdown": "^2.2.4",
"vue-plyr": "^6.0.4",
"vue-prism-component": "^1.2.0",
"vue-prismjs": "^1.2.0",
"vue-router": "^3.1.6",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"node-sass": "^4.12.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.2",
"vue-prism": "^1.0.5",
"vue-template-compiler": "^2.6.11"
}
}