forked from Parrit/Parrit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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": "parrit",
"version": "0.2.0",
"description": "A digital pairing board with a recommendation engine for pairing",
"author": "Anthony Dreessen <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Pinwheeler/Parrit"
},
"dependencies": {
"axios": "0.9.x",
"interact.js": "1.2.x",
"jquery": "2.2.x",
"lodash": "4.6.x",
"malihu-custom-scrollbar-plugin": "3.1.x",
"moment-timezone": "0.5.x",
"react": "0.14.x",
"react-dom": "0.14.x",
"react-modal": "0.6.x",
"react-redux": "4.4.x",
"redux": "3.3.x",
"redux-thunk": "2.0.x"
},
"devDependencies": {
"babel-preset-es2015": "6.6.x",
"babel-preset-react": "6.5.x",
"babelify": "7.2.x",
"browserify": "13.0.x",
"deep-freeze": "~0.0.1",
"envify": "~1.2.0",
"grunt": "0.4.x",
"grunt-browserify": "5.0.x",
"grunt-cli": "1.1.x",
"grunt-sass": "^1.2.0",
"jasmine-core": "2.4.x",
"karma": "0.13.x",
"karma-browserify": "5.0.x",
"karma-chrome-launcher": "0.2.x",
"karma-firefox-launcher": "0.1.x",
"karma-jasmine": "0.3.x",
"karma-jasmine-ajax": "0.1.x",
"karma-phantomjs-launcher": "1.0.x",
"phantomjs-prebuilt": "2.1.x",
"react-addons-test-utils": "0.14.x",
"rewireify": "0.2.x",
"watchify": "3.7.x"
}
}