This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.22 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
{
"name": "calchart",
"author": "Cal Band Computer Committee",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "webpack --progress",
"build:svg": "node scripts/build_svg.js",
"start": "webpack-dev-server",
"lint": "eslint --ext js,vue src/ test/ cypress/",
"test": "cross-env NODE_ENV=test mocha-webpack --require test/setup.js --include test/hooks.js 'test/**/*.spec.js'",
"cypress": "yarn cypress:open",
"cypress:open": "node scripts/cypress_open.js",
"cypress:run": "node scripts/cypress_run.js"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.10",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-class-constructor-call": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"cypress": "2.1.0",
"eslint": "~3.19.0",
"eslint-plugin-cypress": "~2.0.1",
"eslint-plugin-vue": "~4.4.0",
"expect": "^21.2.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"jsdom": "^11.3.0",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"mocha-webpack": "^1.0.1",
"node-sass": "^4.6.0",
"promise": "^8.0.1",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.3.1",
"select2": "^4.0.6-rc.0",
"sinon": "^4.1.1",
"svg2ttf": "^4.1.0",
"svgicons2svgfont": "^9.0.0",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"vue": "^2.5.2",
"vue-ctxmenu": "0.0.6",
"vue-formly": "^2.5.3",
"vue-formly-bootstrap": "^2.2.7",
"vue-loader": "^13.3.0",
"vue-router": "^2.8.1",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.2",
"vuex": "^3.0.1",
"wait-on": "^2.1.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3",
"webpack-node-externals": "^1.6.0"
},
"false": {}
}