-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 KB
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
{
"name": "python.pizza",
"version": "2019",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"dev": "poi --serve",
"build": "poi --prod"
},
"devDependencies": {
"@poi/plugin-offline": "^10.0.1",
"@poi/plugin-pwa": "^12.0.3",
"@poi/plugin-typescript": "12.2.1",
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"eslint": "^5.16.0",
"eslint-config-synacor": "^3.0.4",
"if-env": "^1.0.0",
"poi": "12.6.8",
"react-hot-loader": "4.8.4"
},
"dependencies": {
"@types/classnames": "^2.2.7",
"@types/smoothscroll-polyfill": "0.3.1",
"babel-preset-poi": "^10.0.2",
"classnames": "^2.2.5",
"eslint-plugin-typescript": "0.14.0",
"offline-plugin": "^5.0.7",
"postcss-custom-media": "7.0.8",
"postcss-nested": "4.1.2",
"prettier": "^1.17.0",
"raw-loader": "2.0.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-svg-inline": "2.1.1",
"register-service-worker": "^1.6.2",
"smoothscroll-polyfill": "0.4.4",
"tslint": "5.16.0",
"typescript": "3.4.5",
"typescript-eslint-parser": "22.0.0"
}
}