-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 817 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 817 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
{
"private": true,
"name":"databinding-examples",
"version": "1.0.0",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-react": "^7.0.0",
"classnames": "^2.2.6",
"babel-loader": "*",
"source-map-loader": "*",
"css-loader": "^0.28.11",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.20.3",
"valuelink": "^2.0.0",
"linked-controls": "^1.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --progress --colors --watch"
}
}