This repository was archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 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
{
"name": "@byu-oit/sim-vue-lib",
"version": "1.1.1",
"description": "SIM Vue Component Library",
"author": "Spencer Tuft",
"private": false,
"scripts": {
"build": "del 'dist' && make-dir dist && cpy 'components/atoms/*.vue' dist && cpy 'components/molecules/*.vue' dist && cpy 'components/organisms/*.vue' dist",
"dev": "nuxt-ts",
"generate": "DEPLOY_ENV=GH_PAGES nuxt-ts generate",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore . --fix",
"test": "cypress run",
"test:open": "cypress open"
},
"dependencies": {
"accounting-js": "^1.1.1",
"fecha": "^3.0.3",
"stylus": "^0.54.7",
"vue": "^2.6.11",
"vue-material-design-icons": "^4.4.0",
"vue-observe-visibility": "^0.4.6",
"vue-resize": "^0.4.5",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.3.1",
"@nuxt/typescript-runtime": "^0.2.1",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/vuetify": "^1.9.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"core-js": "^2.6.11",
"cpy-cli": "^2.0.0",
"cypress": "^3.7.0",
"del-cli": "^3.0.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": ">=14.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-standard": ">=4.0.1",
"eslint-plugin-vue": "^6.0.1",
"eslint-plugin-vuetify": "^1.0.0-beta.5",
"make-dir-cli": "^2.0.0",
"nuxt": "^2.10.1",
"nuxt-property-decorator": "^2.5.0",
"prettier": "^1.16.4",
"ts-node": "^8.2.0",
"typescript": "^3.7.2",
"stylus-loader": "^3.0.2"
},
"peerDependencies": {
"vue": "^2.5.15",
"vuex": "^3.1.2"
}
}