-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.6 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
{
"name": "yumljira",
"version": "0.0.1",
"description": "JIRA by TEAM YUML",
"main": "app.js",
"scripts": {
"build": "webpack --config webpack/webpack.local.js --mode development",
"watch": "webpack --config webpack/webpack.local.js --watch --mode development",
"test": "mocha-webpack --webpack-config webpack/webpack.local.js --require tests/setup.js tests/**/*.spec.js",
"test-watch": "mocha-webpack -w --webpack-config webpack/webpack.local.js --require tests/setup.js tests/**/*.spec.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.29",
"babel-preset-env": "^1.7.0",
"bulma": "^0.7.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"expect": "^24.9.0",
"fast-check": "^1.17.0",
"file-loader": "^4.2.0",
"imports-loader": "^0.8.0",
"jsdom": "^15.1.1",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^6.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"vue-loader": "^15.7.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.40.2",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.3.8",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2",
"webpack-notifier": "^1.8.0"
},
"dependencies": {
"axios": "^0.19.0",
"chai": "^4.2.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"vue": "^2.6.10",
"vuex": "^3.1.1",
"vuex-persistedstate": "^2.5.4"
}
}