-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"homepage": "http://jeraguilon.github.io/",
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build && react-snapshot",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"deploy": "gh-pages -b master -d build",
"predeploy": "npm run build"
},
"author": "Jeremy Aguilon",
"license": "ISC",
"dependencies": {
"@types/react": "^16.0.40",
"@types/react-bootstrap": "^0.32.6",
"@types/react-dom": "^16.0.4",
"@types/webfontloader": "^1.6.29",
"ajv": "^6.2.0",
"electron-to-chromium": "^1.3.34",
"hoek": "^4.2.1",
"json-loader": "^0.5.7",
"lodash": "^4.17.5",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-markdown": "^3.3.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.13.0",
"react-showdown": "^1.6.0",
"react-typist": "^2.0.4",
"typescript": "^2.8.0-insiders.20180127",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/webpack-env": "^1.13.5",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^1.1.0",
"json-loader": "^0.5.7",
"raw-loader": "^0.5.1",
"react-snapshot": "^1.3.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.2",
"ts-loader": "^3.5.0",
"typescript": "^2.8.0-insiders.20180127",
"webpack": "^3.1.0"
}
}