-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.31 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.31 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
{
"name": "wcameron-photos",
"version": "1.0.0",
"description": "Walter Cameron's Photos",
"main": "index.js",
"scripts": {
"watch:stylus": "./node_modules/stylus/bin/stylus -w src/style.styl -o public/",
"dev": "./node_modules/.bin/webpack-dev-server --inline --hot & npm run watch:stylus",
"postinstall": "./node_modules/.bin/webpack && ./node_modules/stylus/bin/stylus src/style.styl -o public/",
"start": "node server.js"
},
"author": "walter@waltercameron.com",
"license": "ISC",
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"bezier-easing": "^2.0.3",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"es6-promise": "^3.1.2",
"eslint": "^1.10.3",
"eslint-plugin-riot": "^0.1.4",
"exports-loader": "^0.6.3",
"express": "^4.13.4",
"imagesloaded": "^4.1.0",
"imports-loader": "^0.6.5",
"riot": "^2.2.4",
"riotjs-loader": "^1.2.0",
"serve-static": "^1.10.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.0",
"stylus": "^0.52.4",
"stylus-loader": "^1.5.1",
"url-search-params": "^0.2.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {},
"engines": {
"node": "8.9.x"
}
}