-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "competence_mapping",
"version": "1.0.0",
"main": "index.js",
"author": "Stéphane Martarello",
"license": "MIT",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"css-loader": "^0.27.1",
"express": "^4.15.2",
"express-session": "^1.15.1",
"googleapis": "^18.0.0",
"jquery": "^3.1.1",
"mysql": "^2.13.0",
"node-sass": "^4.5.0",
"sass": "^0.5.0",
"sass-loader": "^6.0.3",
"sqlite3": "^3.1.8",
"style-loader": "^0.13.2",
"vue": "^2.2.2",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-infinite-loading": "^2.0.3",
"vue-loader": "^11.1.4",
"vue-resource": "^1.2.1",
"vue-router": "^2.3.0",
"vue-select": "^2.1.0",
"vue-template-compiler": "^2.2.2",
"vue-template-loader": "^0.2.4",
"vuex": "^2.2.1",
"webpack": "^2.2.1"
},
"scripts": {
"build": [
"webpack && copy node_modules\\jquery\\dist\\jquery.min.js web\\assets\\js\\ && copy node_modules\\bootstrap\\dist\\css\\bootstrap.min.css web\\assets\\css\\"
]
}
}