-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "man-in-the-mirror",
"version": "0.0.0-development",
"description": "This is a test package.",
"main": "./dist/ManInTheMirror.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "rm -rf dist && webpack --mode production",
"prepublishOnly": "npm run build",
"semantic-release": "semantic-release",
"test": "echo No test."
},
"repository": {
"type": "git",
"url": "https://github.com/rodoabad/man-in-the-mirror.git"
},
"author": "Rodo Abad <[email protected]> (https://github.com/rodoabad)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodoabad/man-in-the-mirror/issues"
},
"homepage": "https://github.com/rodoabad/man-in-the-mirror#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-rodoabad": "^2.0.0",
"node-sass": "^4.9.0",
"react-dom": "^16.4.1",
"sass-loader": "^7.0.3",
"semantic-release": "^15.6.0",
"style-loader": "^0.21.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"react": "^16.4.1"
}
}