-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 932 Bytes
/
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
{
"name": "fss_app",
"engines": {
"node": "14.19.3",
"npm": "6.14.17"
},
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"autosize": "^4.0.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.8",
"body-parser": "^1.20.2",
"core-js": "^2.6.12",
"generate-random-password": "^1.0.1",
"i": "^0.3.7",
"insert-text-at-cursor": "^0.3.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"mailchimp-api-v3": "^1.14.0",
"md5": "^2.3.0",
"meteor-node-stubs": "^1.0.0",
"moment": "^2.30.1",
"npm": "^6.14.9",
"simpl-schema": "^1.10.2",
"sortablejs": "^1.12.0",
"strip": "^3.0.0",
"stripe": "^5.10.0",
"striptags": "^3.2.0",
"yt-player": "^3.5.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.1"
}
}