-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.34 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": "meteor-example-form-react",
"private": true,
"dependencies": {
"@babel/runtime": "^7.24.0",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"core-js": "^3.36.0",
"graphql": "^16.8.1",
"meteor-node-stubs": "^1.2.7",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-bootstrap-icons": "^1.11.3",
"react-dom": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"simpl-schema": "^3.4.6",
"sweetalert": "^2.1.2",
"uniforms": "^3.10.2",
"uniforms-bootstrap5": "^3.10.2",
"uniforms-bridge-simple-schema-2": "^3.10.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-react": "^7.23.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-meteor": "^7.3.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-utils": "^3.0.0"
},
"scripts": {
"start": "meteor --no-release-check --exclude-archs web.browser.legacy,web.cordova --settings ../config/settings.development.json",
"lint": "eslint --quiet --ext .jsx --ext .js ./imports",
"lint-fix": "eslint --quiet --fix --ext .jsx --ext .js ./imports"
}
}