-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "sticky-stacker",
"version": "0.1.0",
"description": "A library for stacking sticky things.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress"
},
"author": "Natalie Ruhe",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"html-webpack-plugin": "^2.28.0",
"jasmine-core": "^2.5.2",
"lerna": "2.0.0-beta.24",
"mocha": "^3.2.0",
"normalize-css": "^2.3.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"sinon": "^1.17.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"babel-polyfill": "^6.20.0"
}
}