-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"name": "hyo",
"version": "0.0.1",
"description": "Hyo - A datatable for React",
"main": "index.js",
"repository": "git@github.com:Marswang92/hyo.git",
"author": "Mars Wang <marswang92@gmail.com>",
"license": "MIT",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook -s src/assets",
"dev": "WEBPACK_ENV=build webpack -d",
"build": "WEBPACK_ENV=build gulp build"
},
"dependencies": {
"@kadira/storybook": "^2.35.3",
"classnames": "^2.2.5",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react": "latest",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.2",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
}
}