-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.26 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
{
"name": "nord",
"description": "An unofficial client for NordVPN",
"repository": "https://github.com/jbweston/nord",
"author": "Joseph Weston <[email protected]>",
"license": "GPL-3.0",
"scripts": {
"build": "webpack -p",
"dev": "concurrently --kill-others --names 'WEBPACK,PYTHON' --prefix-colors 'bgBlue.bold,bgGreen.bold' 'webpack-dev-server --hot --inline --progress --config webpack.dev.js' 'python -m aiohttp.web -P 5000 nord.web:init_app'"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"concurrently": "^3.5.1",
"css-loader": "^0.28.10",
"file-loader": "^1.1.9",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.20.2",
"transform-runtime": "^0.0.0",
"webpack": "^3.11.0",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"normalize.css": "^8.0.0",
"react": "^16.2.0",
"react-animate-height": "^0.10.10",
"react-dom": "^16.2.0",
"react-simple-maps": "^0.11.1",
"react-spinkit": "^3.0.0"
}
}