-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "Projekt",
"private": true,
"scripts": {
"start": "meteor run",
"lint": "eslint .",
"pretest": "npm run lint --silent"
},
"dependencies": {
"autoprefixer": "^6.3.1",
"babel-runtime": "^6.20.0",
"bcrypt": "https://registry.npmjs.org/bcrypt/-/bcrypt-1.0.2.tgz",
"faker": "^4.1.0",
"meteor-node-stubs": "^0.2.6",
"moment": "^2.18.1",
"simpl-schema": "^0.2.3"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"autoprefixer": "^6.7.7",
"babel-eslint": "^7.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-meteor": "^0.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^7.0.1",
"randomcolor": "^0.5.3"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}