-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
54
{
"name": "kalaam-FE",
"version": "1.2.0",
"author": "Swanand Kadam <[email protected]>",
"repository": "git://github.com/Kalaam-Programming-Language/Kalaam-core.git",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --ext .js, src",
"lint-fix": "eslint --fix src",
"prod": "npm run build && npm run lint",
"test": "jest"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"codemirror": "^5.58.2",
"core-js": "^3.4.4",
"kalaam": "^2.3.3",
"quasar": "^1.12.13",
"readline": "^1.3.0",
"register-service-worker": "^1.7.1",
"vue": "^2.6.10",
"vue-carousel": "^0.18.0",
"vue-clipboard2": "^0.3.1",
"vue-codemirror": "^4.0.6",
"vue-router": "^3.3.2",
"vuetify": "^2.2.11",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-pwa": "^4.4.4",
"@vue/cli-plugin-router": "^4.4.1",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.4.6",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-imports": "1.5.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"jest": "^26.2.2",
"node-sass": "^4.13.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-quasar": "~2.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}