-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.91 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ssb_sketch",
"display": "SSB sketch",
"version": "0.1.0",
"description": "Simple canvas for shape prototyping as PWA.",
"keywords": [
"ssb",
"sketch",
"canvas",
"shape",
"pwa"
],
"author": "Christoph 'Youka' Spanknebel",
"license": "Apache-2.0",
"homepage": "https://github.com/substation-beta",
"bugs": "https://github.com/substation-beta/ssb_sketch/issues",
"repository": "github:substation-beta/ssb_sketch",
"private": true,
"engines": {
"node": ">=10",
"npm": ">=6"
},
"browser": "window",
"scripts": {
"build": "webpack -p",
"dev": "webpack-dev-server --open --hot",
"lint": "eslint --ext .js,.vue src webpack.config.js",
"test": "jest --coverage src/"
},
"dependencies": {
"bootstrap": "4.5.2",
"bootstrap-vue": "2.17.3",
"vue": "2.6.12",
"vue-i18n": "8.21.1",
"vue-unique-id": "3.1.1",
"vuex": "3.5.1",
"vuex-map-fields": "1.4.0",
"vuex-persistedstate": "3.1.0"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "3.0.0",
"compression-webpack-plugin": "6.0.2",
"css-loader": "4.3.0",
"eslint": "7.9.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "6.2.2",
"file-loader": "6.1.0",
"html-webpack-plugin": "4.5.0",
"jest": "26.4.2",
"mini-css-extract-plugin": "0.11.2",
"node-sass-chokidar": "1.5.0",
"offline-plugin": "5.0.7",
"robotstxt-webpack-plugin": "7.0.0",
"sass-loader": "10.0.2",
"vue-loader": "15.9.3",
"vue-template-compiler": "2.6.12",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"webpack-pwa-manifest": "4.2.0"
}
}