-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.35 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
{
"name": "arrow-react-toolbox",
"private": "true",
"version": "0.1.0",
"description": "arrow-react-toolbox",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "meteor run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newswim/mantra-react-toolbox.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"change-case": "2.3.1",
"classnames": "2.2.5",
"invariant": "2.2.1",
"lodash": "4.10.0",
"mantra-core": "^1.5.0",
"meteor-node-stubs": "~0.2.0",
"normalize.css": "4.1.1",
"react": "^15.0.0",
"react-addons-css-transition-group": "15.0.1",
"react-addons-shallow-compare": "15.0.1",
"react-dom": "^15.0.0",
"react-helmet": "3.0.1",
"react-komposer": "^1.8.0",
"react-mounter": "^1.2.0",
"react-simple-di": "^1.2.0",
"react-toolbox": "^0.16.2",
"react-virtualized": "6.2.1",
"yup": "0.18.2"
},
"cssModules": {
"extensions": [
"scss",
"m.styl",
"mss"
],
"globalVariables": [
"node_modules/react-toolbox/lib/_colors.scss",
{
"theme-building": true
},
"client/toolbox-theme.scss"
],
"outputJsFilePath": {
".*node_modules/.*": "{dirname}/{basename}"
}
},
"devDependencies": {
"eslint": "2.10.2",
"eslint-plugin-react": "5.1.1"
}
}