-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.26 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
{
"name": "frontend-assessment",
"version": "1.0.0",
"description": "##Summary frontend assessment will be used to assess your understanding of the material provided in the previous 3 units. At the end of the period, commit your work and submit a pull request.",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=development webpack serve"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"concurrently": "^4.0.1",
"expect": "^1.15.2",
"express": "^4.13.4",
"html-webpack-plugin": "^5.3.1",
"mocha-email-reporter": "^1.0.3",
"nodemon": "^2.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"skin-deep": "^0.15.0",
"style-loader": "^3.3.1",
"webpack": "^5.35.0",
"webpack-dev-server": "^4.6.0",
"zombie": "^4.2.1"
},
"devDependencies": {
"css-loader": "^6.7.1",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"webpack-cli": "^4.9.1"
}
}