-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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": "react-motion-radium-test",
"version": "0.1.0",
"description": "A test using react motion and radium",
"scripts": {
"start": "babel-node server.js --prod",
"build": "webpack --progress --colors --prod",
"watch": "babel-node server.js --watch",
"lint": "eslint demos/*/*.jsx"
},
"author": "Aaike Van Roekeghem <[email protected]>",
"license": "ISC",
"dependencies": {
"lodash": "^3.10.1",
"radium": "^0.14.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-motion": "^0.3.0",
"react-tap-event-plugin": "^0.2.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"compression": "^1.6.0",
"connect-history-api-fallback": "^1.1.0",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-loader": "^1.1.0",
"eslint-plugin-react": "^3.5.1",
"express": "^4.13.3",
"minimist": "^1.2.0",
"path": "^0.12.7",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"serve-index": "^1.7.2",
"serve-static": "^1.10.0",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-error-notification": "^0.1.4",
"webpack-hot-middleware": "^2.3.0"
}
}