-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "redwall-react",
"version": "0.1.0",
"description": "Redwall React",
"main": "app/main.js",
"scripts": {
"start": "node server",
"test": "./node_modules/mocha/bin/mocha ./tests/baselineTest.js",
"deploy": "rm -rf dist;mkdir dist;NODE_ENV=production webpack -p --config webpack.production.config.js",
"metalsmith": "node app/static_sites/metalsmith;NODE_ENV=production webpack -p --config webpack.metalsmith.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/herereadthis/redwall-react.git"
},
"author": {
"name": "Jimmy Ha"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/herereadthis/redwall-react/issues"
},
"homepage": "https://github.com/herereadthis/redwall-react",
"devDependencies": {
"assets-webpack-plugin": "^2.0.0",
"babel-eslint": "^3.1.20",
"babel-loader": "^5.1.3",
"babel-runtime": "^5.5.8",
"chai": "^3.0.0",
"css-loader": "^0.15.1",
"eslint": "^0.24.0",
"eslint-loader": "^0.14.1",
"eslint-plugin-react": "^2.6.3",
"express": "^4.12.4",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.4",
"handlebars": "^3.0.3",
"html-webpack-plugin": "^1.4.0",
"http-proxy": "^1.11.1",
"image-webpack-loader": "^1.4.0",
"imagemin": "^3.2.0",
"immutable": "^3.7.3",
"json-loader": "^0.5.2",
"less-loader": "^2.2.0",
"metalsmith": "^1.7.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-date-formatter": "^1.0.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metallic": "^0.3.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-templates": "^0.7.0",
"mocha": "^2.2.5",
"mocha-jsdom": "^0.5.0",
"static-loader": "^0.1.2",
"style-loader": "^0.12.3",
"timestamp-webpack-plugin": "^0.2.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.7",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"axios": "^0.5.4",
"bellmaker": "^0.4.16",
"flummox": "^3.5.2",
"less": "^2.5.1",
"lodash": "^3.9.3",
"mossflower": "^0.2.8",
"react": "^0.13.3",
"react-router": "^0.13.3"
}
}