-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "react-rally",
"version": "2.0.0",
"description": "React Rally 2015 website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/webpack-dev-server --inline --content-base ./",
"imagemin": "node imagemin.js",
"build": "npm run imagemin && NODE_ENV=production ./node_modules/.bin/webpack",
"deploy": "./scripts/deploy"
},
"repository": {
"type": "git",
"url": "git@github.com:react-rally/react-rally-2015"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-rally/react-rally-2015/issues"
},
"homepage": "https://2015.reactrally.com",
"dependencies": {
"classnames": "^2.1.3",
"evtmgr": "^0.1.0",
"font-awesome": "^4.3.0",
"radium": "0.12.2",
"react": "^0.13.3",
"react-modal": "^0.3.0",
"react-style": "^0.5.5"
},
"devDependencies": {
"babel-core": "5.8.12",
"babel-loader": "5.3.2",
"css-loader": "0.15.6",
"file-loader": "0.8.4",
"imagemin": "3.2.0",
"imagemin-pngquant": "4.1.2",
"json-loader": "^0.5.2",
"style-loader": "0.12.3",
"webpack": "1.10.5",
"webpack-dev-server": "1.10.1"
}
}