-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 2.03 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
{
"name": "idci-task",
"version": "1.0.0",
"description": "An editor for task configuration.",
"main": "index.js",
"repository": "https://github.com/IDCI-Consulting/TaskBundle.git",
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.11",
"bower": "^1.4.1",
"codemirror": "^5.27.4",
"vue": "^2.3.4",
"vue-cli": "^2.8.2",
"vue-multiselect": "^2.0.0-beta.15",
"vue-resource": "^1.3.4",
"vuedraggable": "^2.14.1",
"vuex": "^2.3.1",
"yarn": "^1.3.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"del": "^1.1.1",
"eslint": "^4.5.0",
"eslint-config-es2015": "^1.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.8.11",
"gulp.spritesmith": "^3.6.1",
"jasmine-core": "^2.6.1",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.1.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.3",
"style-loader": "^0.18.2",
"vue-editor-commons": "^1.0.13",
"vue-loader": "^13.0.0",
"vue-template-compiler": "^2.3.4",
"vue2-collapse": "^1.0.11",
"webpack": "^3.5.5"
},
"scripts": {
"test": "NODE_ENV=production karma start --single-run",
"build": "webpack --watch",
"build-prod": "NODE_ENV=production webpack"
},
"author": "Brahim Boukoufallah <[email protected]>",
"license": "MIT"
}