-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 843 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 843 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
{
"name": "qsreact",
"version": "0.1.0",
"description": "⛱ this is a quite simple react, just for fun!",
"main": "index.js",
"scripts": {
"precommit": "yarn run build",
"clean": "rimraf dist/*",
"build": "yarn run clean && webpack",
"dev:example":
"cross-env EXAMPLE=true webpack-dev-server --content-base build/ --hot"
},
"repository": "git@github.com:Sam-Chow/qsreact.git",
"author": "oucsamchow@gmail.com",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.1.3",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"rimraf": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}