forked from v1ack/watchfaceEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 836 Bytes
/
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
{
"name": "watchfaceeditor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"watch": "webpack --watch",
"dev": "webpack -w"
},
"author": "vlack",
"license": "ISC",
"dependencies": {
"react": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"eslint-plugin-react": "^7.14.3",
"html2canvas": "^1.0.0-rc.3",
"jsonlint-mod": "^1.7.5",
"react-dom": "^16.9.0",
"react-redux": "^7.1.0",
"webpack": "^4.39.0",
"webpack-cli": "^3.3.6"
}
}