forked from mantrajs/meteor-mantra-kickstarter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (44 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
{
"name": "mantra-demo",
"version": "0.2.1",
"scripts": {
"lint": "eslint ./lib ./client ./server --ext .js --ext .jsx",
"lintfix": "npm run lint -- --fix",
"testonly": "mocha .scripts/mocha_boot.js client/**/tests/**/*.js --compilers js:babel-core/register",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js,jsx",
"dsstore": "find . -name '*.DS_Store' -type f -delete"
},
"devDependencies": {
"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.0.0",
"eslint": "1.10.x",
"eslint-plugin-react": "3.15.x",
"mocha": "2.x.x",
"react-addons-test-utils": "^0.14.6",
"sinon": "1.17.x",
"jsdom": "^8.0.4"
},
"dependencies": {
"domready": "^1.0.8",
"mantra-core": "^1.2.0",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-mounter": "^1.0.0"
,"classnames": "2.2.1"
,"lodash":"3.10.1"
,"formsy-react": "0.17.0"
,"formsy-react-components": "0.6.6"
,"tcomb-form" : "0.8.1"
,"react-tagsinput": "3.1.0"
,"react-select": "1.0.0-beta8"
},
"private": true
}