-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 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
46
47
48
{
"name": "codetasks",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.21.1",
"intersection-observer": "^0.12.0",
"portal-vue": "^2.1.7",
"prismjs": "^1.27.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.49.9",
"vue": "^2.6.11",
"vue-i18n": "^8.27.0",
"vue-prism-editor": "^1.3.0",
"vue-router": "^3.2.0",
"vue-scrollto": "^2.20.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "~4.4.4",
"@vue/cli-plugin-e2e-nightwatch": "~4.4.4",
"@vue/cli-plugin-router": "~4.4.4",
"@vue/cli-plugin-typescript": "~4.4.4",
"@vue/cli-plugin-unit-mocha": "~4.4.4",
"@vue/cli-plugin-vuex": "~4.4.4",
"@vue/cli-service": "~4.4.4",
"@vue/test-utils": "^1.0.3",
"chai": "^4.1.2",
"chromedriver": "^81.0.0",
"geckodriver": "^1.19.1",
"postcss-loader": "^4.2.0",
"sass-loader": "^10",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
}
}