-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "willisau",
"description": "Willisau; the WILL and our concept Integrated Server Application willisaU, https://try.scrolliris.com/",
"version": "0.0.1",
"private": true,
"engines": {
"node": "8.9.0",
"npm": "5.5.1"
},
"scripts": {
"postinstall": "./node_modules/.bin/gulp"
},
"dependencies": {
"babel-core": "6.26.0",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.1",
"css-loader": "0.28.7",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.11.2",
"fontfaceobserver": "2.0.13",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-copy": "1.0.1",
"gulp-env": "0.4.0",
"license-webpack-plugin": "0.4.2",
"open-iconic": "1.1.1",
"run-sequence": "2.2.0",
"style-loader": "0.19.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"styr": "0.0.24",
"svg-sprite-loader": "0.3.1",
"url-loader": "0.6.2",
"vinyl-named": "1.1.0",
"webpack": "1.14.0",
"webpack-manifest-plugin": "1.1.0",
"webpack-stream": "3.2.0"
},
"cacheDirectories": [
"node_modules"
]
}