-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (40 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (40 loc) · 1.2 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
43
44
45
46
47
{
"name": "Hal",
"repository": "http://git/hal/hal",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"lint:sass": "sass-lint --verbose",
"lint:js": "eslint --ext .jsx --ext .js js/**",
"deploy": "webpack -p --display-modules",
"build": "webpack",
"watch": "webpack --watch"
},
"dependencies": {
"webpack": "~3.6.0",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "^3.0.1",
"sass-loader": "~7.0.3",
"style-loader": "^0.19.0",
"css-loader": "^0.28.11",
"eslint-loader": "^1.9.0",
"babel-core": "~6.17",
"babel-preset-env": "~1.6.0",
"babel-loader": "~7.1.2",
"babel-eslint": "^8.0.1",
"eslint": "^4.8.0",
"sass-lint": "^1.12.0",
"ansi_up": "~2.0.2",
"durationjs": "~1.1.1",
"favico.js": "~0.3.10",
"fuse.js": "~3.1.0",
"hint.css": "~2.5.0",
"jquery": "3.2.1",
"sugar-date": "~2.0.4",
"svg4everybody": "~2.1",
"typed.js": "2.0.6",
"xss-filters": "1.2.7",
"node-sass": "4.5.3",
"breakpoint-sass": "~2.6",
"normalize.css": "~7.0"
}
}