-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "ricochet_gallery",
"version": "1.0.0",
"description": "Web gallery for our ricochet project.",
"main": "app/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ricochetGobz/ricochet_gallery"
},
"scripts": {
"start": "webpack-dev-server --inline --hot --port 3333 --config config/webpack.config.js --content-base public --history-api-fallback",
"build": "npm run clean && webpack -p --progress --config config/webpack.production.config.js",
"clean": "rm -rf ./public/"
},
"keywords": [
"ricochet",
"gallery",
"death",
"react",
"webpack"
],
"author": "Jérémie Boulay <jeremi.boulay@gmail.com>",
"license": "ISC",
"dependencies": {
"fbemitter": "^2.0.2",
"gsap": "^1.18.5",
"imports-loader": "^0.6.5",
"pixi.js": "^3.0.11",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"stylus": "^0.54.5",
"snapsvg": "^0.4.0",
"websocket": "^1.0.23"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.7.2",
"json-loader": "^0.5.4",
"postcss-loader": "^0.8.0",
"poststylus": "^0.2.3",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
}
}