-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 997 Bytes
/
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
{
"name": "pixi-storybook",
"version": "0.0.5",
"description": "something like https://storybook.js.org/ for pixi.js",
"main": "index.js",
"bin": {
"pixi-storybook": "./bin/pixi-storybook.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Meerfolk",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.9",
"express": "^4.16.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"loader-utils": "^1.1.0",
"pixi.js": "^4.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"style-loader": "^0.19.1",
"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.21.0",
"yargs": "^10.1.1"
}
}