-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.19 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
45
{
"name": "labelr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"prebuild": "rm -rf public && mkdir public",
"build": "NODE_ENV=production webpack",
"deploy": "surge -p public -d lablr-tutorial.surge.sh"
},
"author": "",
"license": "ISC",
"dependencies": {
"ampersand-app": "^1.0.4",
"ampersand-model": "^5.0.3",
"ampersand-react-mixin": "^0.1.3",
"ampersand-rest-collection": "^4.0.0",
"ampersand-router": "^3.0.2",
"autoprefixer-core": "^5.1.11",
"babel": "^5.4.3",
"babel-core": "^5.4.3",
"babel-loader": "^5.1.2",
"css-loader": "^0.12.1",
"file-loader": "^0.8.1",
"hjs-webpack": "^2.2.2",
"json-loader": "^0.5.1",
"local-links": "^1.4.0",
"node-libs-browser": "^0.5.0",
"node-uuid": "^1.4.3",
"octicons": "^2.2.0",
"postcss-loader": "^0.4.3",
"qs": "^2.4.2",
"react": "^0.13.3",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.2",
"stylus-loader": "^1.1.1",
"surge": "^0.12.0",
"url-loader": "^0.5.5",
"webpack": "^1.9.7",
"webpack-dev-server": "^1.8.2",
"xhr": "^2.0.1",
"yeticss": "^6.0.7"
}
}