forked from getsentry/freight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "freight",
"version": "0.0.0",
"description": "**This project is a work in progress and is not yet intended to be production ready.**",
"directories": {
"test": "tests"
},
"scripts": {
"prevalidate-app.json": "npm install",
"prestart": "npm install",
"postinstall": "webpack -p",
"start": "webpack-dev-server --content-base freight-frontend/",
"validate-app.json": "app.json validate"
},
"repository": {
"type": "git",
"url": "https://github.com/getsentry/freight.git"
},
"author": "David Cramer <[email protected]> (https://github.com/dcramer)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/getsentry/freight/issues"
},
"homepage": "https://github.com/getsentry/freight",
"dependencies": {
"ansi_up": "^1.1.3",
"arr-diff": "^1.1.0",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"bootstrap": "~3.3.0",
"bundle-loader": "^0.5.3",
"classnames": "^2.2.1",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.9.1",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.7.2",
"jquery": "^2.1.3",
"json-loader": "^0.5.2",
"less": "^1.7.5",
"less-loader": "^0.7.8",
"moment": "^2.9.0",
"react": "^0.12.2",
"react-router": "^0.12.4",
"reflux": "^0.3.0",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"devDependencies": {
"app.json": "^1.2.1"
}
}