-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.37 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
{
"name": "got-pool",
"version": "0.0.1",
"description": "GoT Pool",
"repository": {
"type": "git",
"url": "https://github.com/bduff9/got-pool.git"
},
"license": "UNLICENSED",
"scripts": {
"initApp": "meteor npm prune && meteor npm i",
"prestart": "meteor npm run initApp",
"predebug": "meteor npm run initApp",
"start": "meteor --settings settings.json",
"debug": "meteor debug --settings settings.json",
"test": "meteor test --driver-package=practicalmeteor:mocha --port=3004"
},
"dependencies": {
"babel-runtime": "6.26.0",
"bcrypt": "1.0.3",
"bloomer": "0.6.3",
"bulma_scss": "0.3.0",
"bulmaswatch": "0.4.4",
"formik": "0.7.2",
"meteor-node-stubs": "0.2.11",
"prop-types": "15.6.2",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-helmet": "5.2.0",
"react-infinite-scroller": "1.2.0",
"react-komposer": "1.13.1",
"react-router-dom": "4.3.1",
"yup": "0.26.5"
},
"devDependencies": {
"autoprefixer": "9.1.5",
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"eslint-loader": "2.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-react": "7.11.1",
"jshint": "2.9.6"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions",
"ie >= 9",
"and_chr >= 2.3"
]
}
}
}
}