This repository was archived by the owner on Jun 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 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
49
50
{
"name": "ctrl-tab",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "npm run lint",
"watch": "webpack --config ./node_modules/@vue/cli-service/webpack.config.js --watch",
"lint": "vue-cli-service lint && eslint public scripts",
"test:unit": "vue-cli-service test:unit",
"publish:firefox": "cd dist && web-ext-submit"
},
"dependencies": {
"animate.css": "^3.7.0",
"lodash": "^4.17.11",
"material-icons": "^0.2.3",
"moment": "^2.22.2",
"uuid": "^3.3.2",
"vue": "^2.5.16",
"vue-analytics": "^5.16.1",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-plugin-eslint": "^3.0.0-beta.15",
"@vue/cli-plugin-pwa": "^3.1.1",
"@vue/cli-plugin-unit-jest": "^3.0.0-beta.15",
"@vue/cli-service": "^3.0.0-beta.15",
"@vue/eslint-config-airbnb": "^3.0.0-rc.3",
"@vue/test-utils": "^1.0.0-beta.16",
"adm-zip": "^0.4.11",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"bulma": "^0.7.1",
"chrome-web-store-item-property": "^1.1.2",
"chrome-webstore-upload": "^0.2.2",
"node-sass": "^4.13.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.16",
"web-ext-submit": "^2.9.2",
"webpack-command": "^0.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}