-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.14 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
{
"name": "@internetarchive/gifcities",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production grunt && uglifyjs web/app.build.js -m -c warnings=false -o web/app.build.js",
"watch": "grunt watch"
},
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"jquery": "^2.2.3",
"react": "15.0.2",
"react-dom": "15.0.2",
"react-infinite-scroll": "0.1.5",
"react-infinite-scroll-list": "github:predjo/react-infinite-scroll-list",
"react-infinite-scroller": "github:cassetterocks/react-infinite-scroller",
"react-masonry-component": "4.0.4",
"react-packery-component": "github:kubante/react-packery-draggabilly-component",
"react-router": "^2.4.0",
"react-visibility-sensor": "3.1.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babelify": "7.3.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "5.0.0",
"grunt-contrib-watch": "^1.0.0",
"uglify-js": "^3.4.9"
}
}