-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
{
"name": "React Tabs",
"version": "1.0.0",
"description": "React Tabs component",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress",
"build": "webpack",
"test:lint": "./node_modules/.bin/eslint app",
"test:styles": "./node_modules/.bin/stylelint ./app/sass/**/*.scss"
},
"author": "Alex Pivtorak",
"license": "MIT",
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"clean-webpack-plugin": "^0.1.11",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"node-sass": "^3.10.1",
"open-browser-webpack-plugin": "0.0.2",
"postcss-loader": "^0.13.0",
"purifycss-webpack-plugin": "^2.0.3",
"react-hot-loader": "^3.0.0-beta.5",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"stylelint": "^7.3.1",
"stylelint-config-standard": "^13.0.2",
"stylelint-webpack-plugin": "^0.4.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.14.1",
"webpack-validator": "^2.2.9"
}
}