This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "walkhub-service",
"scripts": {
"build": "webpack --progress --profile --colors",
"watch": "webpack --progress --profile --colors --watch",
"webpack": "webpack",
"test": "exit 1",
"debug": "webpack --progress --profile --colors --display-chunks --display-reasons --display-error-details --display-modules",
"check": "npm-check -s",
"update": "npm-check -u",
"stonejs": "stonejs"
},
"license": "AGPL-3.0",
"dependencies": {
"urijs": "^1.16.0",
"alt": "^0.17.8",
"axios": "^0.7",
"babel-core": "^5.8",
"babel-loader": "^5.3",
"babel-runtime": "^5.8",
"bootstrap": "^3.3",
"bootstrap-webpack": "^0.0.5",
"compass-mixins": "^0.12",
"crypto-js": "^3.1.5",
"css-loader": "^0.23",
"escape-string-regexp": "^1.0.3",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8",
"font-awesome": "^4.6.3",
"font-awesome-webpack2": "0.0.5",
"history": "~1.17",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^2.1.0",
"html2canvas": "^0.5.0-beta4",
"imports-loader": "^0.6",
"jquery": "^3.0",
"json-loader": "^0.5.4",
"less": "^2.5",
"less-loader": "^2.2",
"markdown-loader": "^0.1.7",
"node-sass": "3.8",
"npm-check": "^4.1.2",
"react": "^0.14",
"react-addons-css-transition-group": "^0.14.8",
"react-dom": "^0.14",
"react-router": "^1.0",
"sass-loader": "^3.1",
"sprintf-js": "^1.0.3",
"stonejs": "^2.3.0",
"style-loader": "^0.13",
"url-loader": "^0.5",
"webpack": "^1.12"
},
"devDependencies": {
"stonejs-tools": "^1.0.8"
}
}