-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.boiler
37 lines (37 loc) · 999 Bytes
/
package.json.boiler
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
{
"name": "{{{ package_name }}}",
"version": "1.0.0",
"description": "A simple app using the DataModel library",
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --open false --mode development",
"build": "webpack --mode production"
},
"keywords": [
"datamodel",
"charts",
"muze"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"babel-loader": "^8.1.0",
"babel-eslint": "^10.1.0",
"css-loader": "^3.5.0",
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"node-sass": "^4.13.1",
"regenerator-runtime": "^0.13.7",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@chartshq/datamodel": "^3.0.0"
}
}