forked from reactioncommerce/reaction-file-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.16 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
{
"name": "reaction-file-collections",
"version": "0.0.0-development",
"description": "A way to manage file uploads, downloads, and transformed copies in Node/Web apps. Used by Reaction Commerce.",
"author": "Reaction Commerce (https://reactioncommerce.com/)",
"license": "MIT",
"eslintConfig": {
"extends": "@reactioncommerce"
},
"scripts": {
"lint": "eslint .",
"bootstrap": "lerna run build && lerna bootstrap",
"start": "cd example-apps/meteor-blaze-app && npm i && npm start",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@reactioncommerce/eslint-config": "^1.0.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.0.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.6.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"jest": "^22.3.0",
"jest-cli": "^22.3.0",
"lerna": "^3.15.0"
}
}