-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
{
"name": "js-boomerang",
"version": "3.0.2",
"description": "",
"author": "https://github.com/Super-Chama",
"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",
"lint": "npm run lint:styles && npm run lint:editor",
"lint:styles": "stylelint \"./src/**/*.(scss|vue)\" --fix",
"lint:editor": "eclint fix",
"start": "npm run serve"
},
"dependencies": {
"@ffmpeg/core": "^0.8.5",
"@ffmpeg/ffmpeg": "^0.9.7",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"normalize-scss": "^7.0.1",
"vue": "^2.6.11",
"vue-router": "^3.3.1"
},
"devDependencies": {
"@vue/cli": "^4.4.1",
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-typescript": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"babel-core": "7.0.0-bridge.0",
"eclint": "^2.8.1",
"husky": "^4.2.5",
"node-sass": "^4.14.1",
"prettier": "^1.13.0",
"sass-loader": "^8.0.2",
"stylelint": "^13.5.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-processor-html": "^1.0.0",
"stylelint-scss": "^3.17.2",
"typescript": "^3.9.3",
"vue-template-compiler": "^2.6.11"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "MIT",
"repository": "https://github.com/CKGrafico/Frontend-Boilerplates#frontend-boilerplates"
}