-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.84 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
{
"name": "react-liberty",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "karma start",
"appdev": "webpack -w --config=webpack.demo.config.js --progress",
"analyze": "webpack --config=webpack.demo.config.js --json | analyze-bundle-size",
"appprod": "./node_modules/.bin/webpack -p --config=webpack.production.config.js"
},
"author": "PixelsCommander <[email protected]> (http://pixelscommander.com)",
"license": "ISC",
"dependencies": {
"css-layout": "1.1.1",
"es6-react-mixins": "^0.2.1",
"history": "^1.14.0",
"horizon4-fonts": "git+https://github.com/LibertyGlobal/horizon4-fonts.git#v2.9.0",
"pixi": "git+https://github.com/LibertyGlobal/pixi.js.git",
"react": "^0.14.0",
"react-dom": "^0.14.2",
"react-hot-loader": "^1.3.0",
"react-motion": "^0.3.1",
"react-router": "^2.0.0-rc5",
"sunbeam": "git+https://[email protected]/LibertyGlobal/sunbeam.git#appstore",
"webfontloader": "^1.6.20"
},
"devDependencies": {
"babel": "6.3.26",
"babel-core": "6.3.26",
"babel-loader": "6.2.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"json-loader": "^0.5.4",
"css-loader": "^0.23.0",
"babel-plugin-transform-runtime": "",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"babel-preset-stage-1": "6.3.13",
"babel-runtime": "6.3.19",
"jasmine": "^2.4.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.7.0",
"phantomjs": "^1.9.19",
"react-addons-test-utils": "^0.14.3",
"webpack": "^1.4.0"
}
}