-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.62 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
48
49
50
51
52
53
54
55
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --env production",
"start": "webpack-dev-server --env development --debug --devtool source-map --hot --colors",
"serv": "static build --cache=false",
"test:lint": "eslint . --cache"
},
"author": "Dmitri Sivachenko",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.3",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"clean-webpack-plugin": "^0.1.15",
"copy-dir": "^0.3.0",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"external-svg-sprite-loader": "^2.0.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"node-static": "^0.7.9",
"postcss-loader": "^1.3.0",
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"stylelint-webpack-plugin": "^0.5.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^2.6.1",
"webpack-modernizr-loader": "^3.0.0",
"webpack-spritesmith": "^0.3.1"
},
"dependencies": {
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"jstransformer-verbatim": "^1.1.1",
"load-google-maps-api-2": "^1.0.1",
"lodash": "^4.17.4",
"modernizr": "^3.3.1",
"postcss-discard-duplicates": "^2.1.0",
"reset-css": "^2.2.0"
}
}