-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "shingon-simple-todos",
"version": "0.1.0",
"description": "shingon-simple-todos",
"scripts": {
"test": "mocha .scripts/mocha_boot.js client/**/tests/**/*.js --compilers js:babel-core/register",
"storybook": "start-storybook -p 9001",
"test-storybook": "storyshots"
},
"repository": {
"type": "git",
"url": "git+https://github.com/username/reponame.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"mantra-core": "^1.2.0",
"normalize.jss": "^1.0.0",
"object-merge": "^2.5.1",
"partial-application": "0.0.17",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-helmet": "^3.1.0",
"react-komposer": "^1.3.0",
"react-router": "^3.0.0",
"react-simple-di": "^1.0.1",
"shingon-load-jss": "^2.0.0"
},
"devDependencies": {
"@kadira/storybook": "^2.6.1",
"@kadira/storybook-addon-knobs": "^1.3.3",
"@kadira/storyshots": "^1.1.3",
"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",
"chai": "3.x.x",
"enzyme": "^2.2.0",
"eslint": "2.7.x",
"eslint-plugin-react": "4.3.x",
"jsdom": "^8.0.4",
"mocha": "2.x.x",
"react-addons-test-utils": "^15.0.0",
"sinon": "1.17.x"
}
}