-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
48
49
50
51
52
{
"name": "nato-alpha",
"version": "1.0.0",
"description": "NATO phonetics <--- Alpha(bet)",
"main": "index.html",
"scripts": {
"prestart": "npm run build:prod",
"start": "http-server .",
"build": "webpack --progress",
"build:prod": "cross-env NODE_ENV=production webpack --progress --colors",
"build:watch": "webpack --progress --colors --watch",
"test": "echo 'Error: no test specified' && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fa7ad/nato-alpha.git"
},
"keywords": [
"react",
"nato",
"alphabet"
],
"author": "Fahad Hossain <[email protected]> (http://fahad.gq/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fa7ad/nato-alpha/issues"
},
"homepage": "https://github.com/fa7ad/nato-alpha#readme",
"dependencies": {
"belle": "^3.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"autoprefixer": "^9.6.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"cross-env": "^7.0.2",
"css-loader": "^0.28.11",
"cssnano": "^4.1.10",
"extract-text-webpack-plugin": "^1.0.1",
"http-server": "^0.12.0",
"lodash": "^4.16.4",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"webpack": "^1.13.2"
}
}