-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 880 Bytes
/
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
{
"name": "t. Lijkhuis",
"version": "1.0.0",
"description": "Thuis eet app. Je kan aangeven of je thuis eet of niet",
"main": "main.js",
"scripts": {
"babel:v": "babel --version",
"babel:build:js": "babel src --out-file dist/bundle.js",
"babel:watch:js": "babel src --watch --out-file dist/bundle.js",
"watch:js": "babel src --out-dir dist -w",
"webpack:build:js": "webpack",
"webpack:watch:js": "webpack --watch"
},
"author": "Maarten Esser",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"backbone": "^1.3.3",
"backbone.localstorage": "^2.0.0",
"jquery": "^3.2.1",
"mysql": "^2.13.0",
"underscore": "^1.8.3",
"webpack": "^1.13.0"
}
}