-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 923 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
29
30
31
32
33
34
35
36
{
"name": "expenny",
"private": true,
"scripts": {
"start": "meteor run",
"cypress:gui": "cypress open",
"cypress:headless": "cypress run"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"@vx/gradient": "0.0.153",
"@vx/group": "0.0.183",
"@vx/mock-data": "0.0.153",
"@vx/shape": "0.0.158",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.1",
"fibers": "^4.0.1",
"history": "^4.9.0",
"jquery": "^3.4.1",
"markdown-react-js": "^1.0.2",
"meteor-node-stubs": "^0.3.2",
"popper.js": "^1.15.0",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.8.6",
"react-draggable-list": "^4.0.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"recharts": "^1.6.2",
"semiotic": "1.9.2"
},
"devDependencies": {
"cypress": "^4.3.0",
"uglify-js-brunch": "^2.10.0"
}
}