-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 885 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
32
33
34
35
{
"name": "silainterview",
"version": "1.0.0",
"description": "Interactive interview",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sleptor/silainterview.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sleptor/silainterview/issues"
},
"homepage": "https://github.com/sleptor/silainterview#readme",
"dependencies": {
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"npm": "^5.10.0",
"react": "^16.3.0",
"react-clipboard.js": "^1.1.3",
"react-dom": "^16.3.0",
"validator": "^9.4.1",
"webpack": "^4.4.1"
},
"devDependencies": {
"webpack-cli": "^2.0.13"
},
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack -p --optimize-minimize"
}
}