-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "css-positions",
"version": "0.0.0",
"description": "WIP",
"main": "app/main.jsx",
"scripts": {
"lint": "eslint 'app/**/*.@(js|jsx)'",
"build": "webpack",
"start": "webpack-dev-server --devtool eval --progress --hot --colors --content-base app",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js"
},
"dependencies": {
"babel-runtime": "~6.2.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"img-loader": "^1.2.2",
"react": "~0.14.3",
"react-addons-css-transition-group": "^15.0.1",
"react-dom": "~0.14.3",
"react-router": "^2.0.1",
"url-loader": "^0.5.7",
"velocity-react": "^1.1.5"
},
"devDependencies": {
"babel-core": "~6.2.1",
"babel-eslint": "~4.1.6",
"babel-loader": "~6.2.0",
"babel-plugin-transform-runtime": "~6.1.18",
"babel-preset-es2015": "~6.1.18",
"babel-preset-react": "~6.1.18",
"babel-preset-stage-0": "~6.1.18",
"copy-webpack-plugin": "~0.3.3",
"css-loader": "~0.23.0",
"classnames": "^2.2.3",
"eslint": "~1.10.1",
"eslint-config-airbnb": "~1.0.0",
"eslint-plugin-react": "~3.10.0",
"open-browser-webpack-plugin": "0.0.1",
"style-loader": "~0.13.0",
"webpack": "~1.12.9",
"webpack-dev-server": "~1.14.0"
},
"private": true,
"license": "MIT"
}