-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"name": "berlin.python.pizza",
"version": "2020",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"dev": "./node_modules/.bin/poi develop",
"build": "./node_modules/.bin/poi build"
},
"devDependencies": {
"@poi/plugin-typescript": "10.2.0",
"@types/react": "16.3.18",
"@types/react-dom": "16.0.6",
"eslint": "^4.5.0",
"eslint-config-synacor": "^1.1.0",
"if-env": "^1.0.0",
"poi": "10.2.9",
"react-hot-loader": "4.3.3"
},
"dependencies": {
"@types/classnames": "^2.2.6",
"@types/smoothscroll-polyfill": "0.3.0",
"classnames": "^2.2.5",
"eslint-plugin-typescript": "0.12.0",
"postcss-custom-media": "6.0.0",
"postcss-nested": "3.0.0",
"prettier": "^1.6.0",
"raw-loader": "0.5.1",
"react": "16.4.1",
"react-dom": "16.4.2",
"react-svg-inline": "2.1.1",
"smoothscroll-polyfill": "0.4.3",
"tslint": "5.10.0",
"typescript": "2.9.2",
"typescript-eslint-parser": "16.0.0",
"yarn": "^1.17.3"
}
}