This repository has been archived by the owner on May 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.84 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "samples",
"version": "1.0.0",
"description": "Simple Fable App",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"clipboard": "^2.0.4",
"fable-compiler": "^2.3.10",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"remotedev": "^0.2.8"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@blueprintjs/core": "^3.15.1",
"@blueprintjs/datetime": "^3.9.0",
"@blueprintjs/icons": "^3.8.0",
"@blueprintjs/select": "^3.8.0",
"@blueprintjs/table": "^3.5.0",
"@blueprintjs/timezone": "^3.4.0",
"@fortawesome/fontawesome-free": "^5.8.2",
"babel-loader": "^8.0.0",
"bulma": "^0.7.2",
"bulma-badge": "^2.0.0",
"bulma-calendar": "0.1.7",
"bulma-checkradio": "^2.1.0",
"bulma-divider": "^2.0.1",
"bulma-pageloader": "^2.1.0",
"bulma-pricingtable": "^0.2.0",
"bulma-quickview": "^2.0.0",
"bulma-ribbon": "^0.1.1",
"bulma-slider": "^2.0.0",
"bulma-steps": "^2.2.1",
"bulma-switch": "^2.0.0",
"bulma-timeline": "^3.0.0",
"bulma-tooltip": "^2.0.2",
"css-loader": "^1.0.1",
"fable-loader": "^2.1.6",
"file-loader": "^2.0.0",
"flexboxgrid-sass": "^8.0.5",
"fstream": "^1.0.12",
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}