forked from charlieschwabacher/gestalt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
{
"private": true,
"scripts": {
"build": "lerna run build",
"test": "mocha",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"check": "flow check",
"lint": "eslint ./packages"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.0-beta.6",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"eslint": "^2.3.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-classes": "^0.1.1",
"eslint-plugin-react": "^4.2.0",
"flow-bin": "^0.24.2",
"graphql": "^0.6.0",
"lerna": "2.0.0-beta.19",
"mocha": "^2.5.3"
}
}