-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
43
44
45
46
{
"name": "fredin-io",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"build": "webpack --mode production",
"clean": "rimraf ./dist",
"lint": "tslint --project ./tslint.json",
"start": "webpack-dev-server --mode development --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eric Fredin <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/jest": "^23.3.11",
"@types/react": "^16.7.18",
"@types/react-scroll": "^1.5.4",
"@types/webpack": "^4.4.22",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"rimraf": "^2.6.3",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.2",
"tslint": "^5.12.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"moment": "^2.23.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scroll": "^1.7.10",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.84.0"
}
}