-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "crittermound",
"version": "1.0.0",
"private": true,
"description": "a complete rework of crittermound with vuejs",
"author": "chimney42",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "./node_modules/mocha/bin/mocha -r esm ./tests/lib/*.spec.js && vue-cli-service test:unit",
"test:components": "vue-cli-service test:unit",
"test:lib": "./node_modules/mocha/bin/mocha -r esm ./tests/lib/*.spec.js"
},
"dependencies": {
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.16.0",
"core-js": "^3.6.5",
"localforage": "^1.9.0",
"vue": "^2.6.11",
"vuex": "^3.5.1",
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-unit-mocha": "^4.4.6",
"@vue/cli-plugin-vuex": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/test-utils": "1.0.0-beta.31",
"chai": "^4.1.2",
"esm": "^3.2.25",
"mocha": "^7.2.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"vue-template-compiler": "^2.6.11"
}
}