-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.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
{
"name": "ukie",
"version": "1.0.0",
"description": "An application to learn the Ukrainian language",
"main": "app.js",
"scripts": {
"start": "babel-node app.js --presets es2015,stage-2",
"test": "node app.js",
"build-css": "node-sass --include-path sass sass/sidebar.sass public/css/sidebar.css"
},
"author": "Valeska Victoria & Gabriela Medvetska",
"license": "GPL-3.0",
"dependencies": {
"admin-lte": "^2.3.11",
"babel": "^6.23.0",
"bower": "^1.8.0",
"es6": "0.0.7",
"express": "^4.15.3",
"firebaseui": "^2.3.0",
"fs": "0.0.1-security",
"html": "^1.0.0",
"jquery": "^3.2.1",
"notifyjs": "^3.0.0",
"path": "^0.12.7",
"pug": "^2.0.0-rc.3",
"socketio": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"vinyl-source-stream": "^1.1.0"
}
}