-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.61 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
{
"name": "meteor-prj-notes",
"private": true,
"scripts": {
"start": "MONGO_URL=mongodb://heroku_0cmg72ht:[email protected]:63380/heroku_0cmg72ht meteor run",
"test": "MONGO_URL=mongodb://heroku_0cmg72ht:[email protected]:63380/heroku_0cmg72ht TEST_BROWSER_DRIVER=chrome meteor --once test --driver-package meteortesting:mocha",
"test-watch": "MONGO_URL=mongodb://heroku_0cmg72ht:[email protected]:63380/heroku_0cmg72ht TEST_WATCH=1 meteor test --driver-package meteortesting:mocha",
"test-app": "MONGO_URL=mongodb://heroku_0cmg72ht:[email protected]:63380/heroku_0cmg72ht TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"babel-runtime": "^6.26.0",
"history": "^4.7.2",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.22.2",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-flip-move": "^3.0.2",
"react-modal": "^3.4.5",
"react-router-dom": "^4.3.1",
"simpl-schema": "^1.5.3"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
}
},
"devDependencies": {
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"chromedriver": "^2.40.0",
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
"expect": "^23.4.0",
"faker": "^4.1.0",
"jest": "^23.4.1",
"selenium-webdriver": "3.6.0",
"sinon": "^7.1.1"
}
}