-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "rn-web",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --port 3000 --config web/webpack.config.dev.js --inline --hot --colors --quiet",
"storybook": "start-storybook -p 9001 -c web/.storybook",
"lint": "eslint src"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react-native-web": "0.0.49",
"react": "15.3.2",
"url-loader": "0.5.7"
},
"devDependencies": {
"@kadira/storybook": "2.5.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-react-native-stage-0": "^1.0.0",
"webpack": "1.13.2",
"webpack-dev-server": "1.14.1",
"eslint": "^3.4.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.1.2",
"react-hot-loader": "2.0.0-alpha-4"
}
}