-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "Mantra-Kickstarter",
"version": "0.1.0",
"description": "Mantra-Kickstarter",
"scripts": {
"test": "mocha .scripts/mocha_boot.js client/**/tests/**/*.js --compilers js:babel-core/register",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/username/reponame.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"mantra-core": "^1.2.0",
"moment": "^2.15.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-komposer": "^1.3.0",
"react-modal": "^1.5.2",
"react-mounter": "^1.0.0",
"react-popover": "^0.4.4",
"react-router": "^2.8.1",
"react-simple-di": "^1.0.1",
"react-validation": "^2.10.8",
"string": "^3.3.3",
"validator": "^6.1.0"
},
"devDependencies": {
"@kadira/storybook": "^2.5.2",
"enzyme": "^2.2.0",
"jsdom": "^8.0.4",
"eslint": "2.7.x",
"eslint-plugin-react": "4.3.x",
"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.x.x",
"sinon": "1.17.x",
"chai": "3.x.x",
"mocha": "2.x.x",
"react-addons-test-utils": "^15.0.0"
}
}