-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 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": "react-slinky",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "node ./tools/build-lib.js",
"test": "mocha ./__tests__/slinkySections.js --require babel-core/register --reporter nyan",
"test-watch": "mocha ./__tests__/slinkySections.js --require babel-core/register --reporter nyan --watch"
},
"author": "Stephen Mesa <stephen.mesa@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.6.4",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"cheerio": "^0.20.0",
"child-process-promise": "^2.0.1",
"colors": "^1.1.2",
"eslint": "2.7.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"expect": "^1.20.1",
"mocha": "^2.5.3",
"react-hot-loader": "^1.3.0",
"rimraf-promise": "^2.0.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"lodash": "^4.11.1",
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
}