forked from Pylons/trypyramid.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "trypyramid.com",
"description": "trypyramid.com",
"version": "0.3.678-dev",
"author": "Pylons Project",
"license": "MIT",
"engines": [
"node"
],
"repository": {
"type": "git",
"url": "https://github.com/Pylons/trypyramid.com.git"
},
"scripts": {
"build": "rm -Rf build/*; webpack -d --colors --progress",
"dist": "rm -Rf dist/*; webpack -p --colors --progress --config webpack.dist.config.js",
"dev": "webpack-dev-server --progress --colors --content-base build --host 0.0.0.0"
},
"dependencies": {
"animate.css": "^3.5.1",
"bootstrap": "^3.3.6",
"bootstrap-multiselect": "^0.9.13-1",
"bootstrap-sass": "^3.3.6",
"font-awesome": "^4.6.3",
"highlight.js": "^9.4.0",
"isotope-layout": "^3.0.0",
"jquery": "^3.1.1",
"jquery-bridget": "^2.0.0"
},
"devDependencies": {
"@tanepiper/robots-webpack-plugin": "^0.4.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"css-loader": "^0.26.4",
"ejs": "^2.5.6",
"ejs-compiled-loader": "^2.1.1",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"node-sass": "^3.7.0",
"raw-loader": "^0.5.1",
"sass-loader": "4.0.2",
"scripts-loader": "^0.1.3",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "^1.16.3",
"webpack-hot-middleware": "^2.18.0",
"webpack-notifier": "^1.5.0",
"webpack-stats-plugin": "0.1.4"
}
}