-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1 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
{
"name": "infosafe",
"version": "1.0.0",
"description": "FrAgile",
"scripts": {
"cyp": "cypress open",
"format": "eslint . --ext .js",
"fix": "eslint --fix . --ext .js",
"frontend": "cd frontend/infosafe_frontend && npm start",
"frontend_tests": "cd frontend/infosafe_frontend && react-scripts test",
"infront": "cd frontend/infosafe_frontend && npm install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"cypress": "^12.15.0",
"eslint": "^8.49.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.33.1"
},
"dependencies": {
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-numeric-separator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.22.15",
"@babel/plugin-transform-private-methods": "^7.22.5",
"react-select": "^5.7.4"
}
}