-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 844 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
{
"name": "tasker-js-project",
"version": "1.0.2",
"description": "A tasker-js-runner project",
"author": "Amos Wong <amoswwj@gmail.com>",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=production webpack-dev-server",
"serve": "live-server dist --no-browser",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1",
"babel-loader": "8.0.6",
"concurrently": "^3.5.1",
"core-js": "3.1.2",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"live-server": "^1.2.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"tasker-js-runner": "^1.0.1"
}
}