-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "pix",
"version": "1.0.0",
"private": true,
"main": "index.js",
"author": "Jamie Greeff <[email protected]>",
"license": "AGPL",
"dependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.11.0",
"eslint-plugin-babel": "^3.3.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^6.1.2",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-module-resolver": "^2.4.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"eslint": "^3.11.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-react-native": "^2.1.0",
"lerna": "2.0.0-beta.32"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bootstrap": "lerna bootstrap",
"build": "./resources/scripts/build.sh",
"watch": "./resources/scripts/watch.sh"
},
"eslintConfig": {
"rules": {
"react/jsx-max-props-per-line": 0,
"react/jsx-first-prop-new-line": 0,
"react/jsx-closing-bracket-location": 0
}
}
}