-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 896 Bytes
/
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
{
"name": "creative-inc",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build:assets": "NODE_ENV=production webpack -p --config webpack.prod.config.js",
"build": "bundle exec middleman build",
"start:assets": "NODE_ENV=development webpack --watch --config webpack.dev.config.js",
"start": "bundle exec middleman server"
},
"dependencies": {
"imagesloaded": "^4.1.1",
"lory.js": "^2.2.1",
"masonry-layout": "^4.1.1",
"scroll-lazy": "^1.0.3"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"concurrently": "^3.1.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"import-glob-loader": "^1.1.0",
"node-sass": "^3.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
}
}