-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
39
40
41
42
43
44
45
46
47
48
{
"name": "police-app-frontend",
"version": "0.1.0",
"description": "~~~",
"main": "dist/index.js",
"author": "Jonathan Frere",
"license": "MIT",
"scripts": {
"develop": "nps default",
"release": "nps release"
},
"devDependencies": {
"@types/classnames": "^2.2.0",
"@types/delay": "^2.0.1",
"@types/react": "^16.0.25",
"@types/react-dom": "^16.0.3",
"@types/webpack-env": "^1.13.2",
"awesome-typescript-loader": "^3.4.0",
"chokidar-cli": "^1.2.0",
"concurrently": "^3.5.1",
"copyfiles": "^1.2.0",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"http-server": "^0.10.0",
"markdown-loader": "^2.0.2",
"node-sass": "^4.7.2",
"nps": "~5.7.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"svg-inline-loader": "^0.8.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"webpack": "^3.9.0",
"webpack-combine-loaders": "^2.0.3"
},
"dependencies": {
"abortcontroller-polyfill": "^1.0.8",
"classnames": "^2.2.5",
"core-decorators": "^0.20.0",
"delay": "^2.0.0",
"flag-icon-css": "^2.9.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"tslib": "^1.7.1"
}
}