forked from molsm/jira-report-web-ui-improved
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "jira-reporter-web-ui",
"version": "1.2.0",
"description": "Jira Reporter web UI",
"main": "main.js",
"author": "Maris Mols",
"license": "MIT",
"scripts": {
"build": "webpack --config config/webpack.config.js",
"watch": "webpack --config config/webpack.config.js --watch",
"dev": "node src/server"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"dotenv": "^4.0.0",
"ejs": "^2.5.9",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-vue": "^4.5.0",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.2",
"nodemon": "^1.17.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"vue-loader": "^13.7.1",
"vue-template-compiler": "^2.5.16"
},
"dependencies": {
"axios": "^0.17.1",
"bn.js": "^4.11.8",
"body-parser": "^1.18.2",
"bulma": "^0.6.2",
"clipboard": "^2.0.1",
"jsonschema": "^1.2.4",
"lodash": "^1.0.0",
"moment": "^2.22.1",
"node-sass": "^4.13.0",
"numeral": "^2.0.6",
"primer-tooltips": "^1.5.7",
"vue": "^2.5.16",
"vue-cookies": "^1.5.6",
"vue-router": "^3.0.1",
"vue-spinner": "^1.0.3",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1",
"webpack": "^3.11.0"
}
}