-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 Bytes
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
{
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.1.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.1.18",
"copy-webpack-plugin": "^0.2.0",
"css-loader": "^0.28.11",
"handlebars": "^4.0.11",
"style-loader": "^0.20.3",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --hot --inline"
},
"babel": {
"presets": [
"es2015"
]
},
"author": "tdjun",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"handsontable": "^0.38.1",
"hot-formula-parser": "^2.3.3",
"moment": "^2.22.1",
"tree-model": "^1.0.6"
}
}