-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
{
"name": "front-technical-test",
"version": "1.0.0",
"description": "Technical test for Frontend Engineer position at Oodrive",
"repository": {
"url": "https://github.com/oodrive/front-technical-test"
},
"author": "Oodrive",
"license": "MIT",
"private": false,
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"connect-busboy": "0.0.2",
"cors": "2.8.5",
"css-loader": "^3.1.0",
"globby": "^10.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lowdb": "^1.0.0",
"mime-types": "^2.1.24",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"shortid": "^2.2.14",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"tslint": "^5.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.5.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}