-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.38 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
{
"name": "ShoppingList",
"version": "0.0.0",
"description": "Simple ShoppingList app in React",
"author": "Chris Witko (chriswitko.com)",
"license": "ISC",
"devDependencies": {
"envify": "^1.2.1",
"eslint-friendly-formatter": "^1.0.5",
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-karma": "^0.10.1",
"gulp": "^3.7.0",
"gulp-browserify": "^0.5.0",
"gulp-clean": "latest",
"gulp-concat": "^2.2.0",
"gulp-karma": "0.0.4",
"gulp-shell": "latest",
"gulp-uglify": "latest",
"jasmine-core": "^2.2.0",
"jasmine-react-helpers": "^0.2.2",
"karma": "^0.12.31",
"karma-browserify": "^3.0.2",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"karma-react-jsx-preprocessor": "^0.1.1",
"mocha": "^2.1.0",
"parse": "latest",
"react": "^0.12.0",
"react-async": "latest",
"react-bootstrap": "latest",
"react-favicon": "latest",
"react-infinite-scroll": "latest",
"react-masonry-mixin": "latest",
"react-packery-mixin": "latest",
"react-router": "0.12.4",
"react-router-component": "latest",
"react-tools": "^0.12.2",
"reactify": "^0.13.1"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"start": "cd dist && python -m SimpleHTTPServer"
},
"dependencies": {
"es6-promise": "^1.0.0"
}
}