-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "autonumeric.org",
"version": "0.12.0",
"description": "The official AutoNumeric website",
"productName": "autonumeric.org",
"cordovaId": "org.autonumeric.app",
"author": "Alexandre Bonneau <[email protected]>",
"scripts": {
"dev": "quasar dev",
"build": "quasar build && cp src/404.html dist/spa-mat/ && cp CNAME dist/spa-mat/",
"lint": "eslint --ext .js,.vue src",
"lintfix": "eslint --ext .js,.vue src --fix"
},
"dependencies": {
"autonumeric": "^4.4.0",
"axios": "^0.18.0",
"highlight.js": "^9.12.0",
"vue-autonumeric": "latest",
"vue-i18n": "^7.3.3"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.18.2",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-vue": "^4.3.0",
"node-sass": "^4.9.0",
"quasar-cli": "^0.15.14",
"sass-loader": "^7.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}