generated from JAGFx/vue3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.83 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": "ets2-map-view",
"version": "0.0.1",
"homepage": "https://jagfx.github.io/ets2-map-view",
"scripts": {
"dev": "npm run font:build && vite",
"build": "npm run font:build && vite build",
"build:preview": "npm run font:build && vite preview --port 8001",
"lint": "npm run lint:lint && npm run lint:format && npm run lint:scss",
"lint:lint": "npx eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"lint:format": "npx prettier --write src/**/*.js src/**/*.vue test/**/*.js",
"lint:scss": "npx stylelint src/assets/scss/**/*.scss",
"test": "npm run test:unit",
"test:unit": "npx jest",
"test:coverage": "npx jest --coverage",
"test:coverage:preview": "npm run test:coverage && npx http-server coverage/lcov-report/ -p 8002",
"font:build": "npx fantasticon",
"predeploy": "npm run build",
"deploy": "npx gh-pages -d dist"
},
"dependencies": {
"axios": "^0.27.1",
"ol": "^6.14.1",
"vue": "^3.2.33",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/compiler-sfc": "^3.0.4",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"babel-jest": "^27.5.1",
"bootstrap": "^5.1.3",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"fantasticon": "^1.2.3",
"gh-pages": "^3.2.3",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"postcss-import": "^14.0.2",
"prettier": "2.5.1",
"sass": "^1.49.8",
"stylelint": "^14.5.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard-scss": "^3.0.0",
"vite": "^2.9.6"
}
}