-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"private": true,
"dependencies": {
"babel-polyfill": "^6.26.0",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"remotedev": "^0.2.7"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"bulma": "^0.5.2",
"bulma-badge": "^0.0.3",
"bulma-calendar": "^0.0.1",
"bulma-checkradio": "^0.0.8",
"bulma-divider": "^0.0.1",
"bulma-pageloader": "^0.0.2",
"bulma-pricingtable": "^0.0.2",
"bulma-ribbon": "^0.0.1",
"bulma-slider": "^0.0.2",
"bulma-steps": "^0.0.2",
"bulma-switch": "^0.0.4",
"bulma-timeline": "^0.0.3",
"bulma-tooltip": "^0.0.4",
"css-loader": "^0.28.7",
"fable-loader": "^1.1.3",
"fable-utils": "^1.0.6",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.1"
}
}