-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "fblab",
"version": "0.1.0",
"description": "fblab",
"scripts": {
"test": "mocha .scripts/mocha_boot.js client/**/tests/**/*.js --compilers js:babel-core/register",
"start": "export MONGO_URL=mongodb://localhost:27017/fbl; meteor --settings settings.json run --port 4000",
"remote": "export MONGO_URL=mongodb://192.168.5.89:27017/fbl; meteor --settings settings.json run --port 4000",
"storybook": "start-storybook -p 9001"
},
"repository": {
"type": "git",
"url": "git+https://github.com/username/reponame.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"mantra-core": "^1.2.0",
"meteor-node-stubs": "^0.2.3",
"moment": "^2.13.0",
"node-simple-schema": "0.0.4",
"react": "^15.0.0",
"react-addons-css-transition-group": "^15.3.0",
"react-dom": "^15.0.0",
"react-flip-move": "^2.4.2",
"react-komposer": "^1.3.0",
"react-mounter": "^1.0.0",
"react-simple-di": "^1.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"@kadira/storybook": "^1.27.0",
"babel-core": "6.x.x",
"babel-plugin-react-require": "2.x.x",
"babel-polyfill": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-react": "6.x.x",
"babel-preset-stage-2": "6.x.x",
"babel-root-slash-import": "1.1.x",
"bootstrap": "^3.3.6",
"bootstrap-webpack": "0.0.5",
"chai": "3.x.x",
"css-loader": "^0.23.1",
"enzyme": "^2.2.0",
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"expose-loader": "^0.7.1",
"file": "^0.2.2",
"file-loader": "^0.8.5",
"jquery": "^2.2.4",
"jsdom": "^8.0.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "2.x.x",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.0.0",
"sinon": "1.17.x",
"style-loader": "^0.13.1"
}
}