-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 957 Bytes
/
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
{
"dependencies": {
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.2",
"jelms": "0.0.7",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"awesome-typescript-loader": "^3.2.3",
"eslint": "^4.4.1",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-typescript": "^0.7.0",
"prettier": "^1.5.3",
"prettier-eslint": "^6.4.2",
"typescript": "^2.4.2",
"typescript-eslint-parser": "^7.0.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
},
"license": "MIT",
"name": "jelms-examples",
"private": true,
"repository": "https://github.com/hfjallemark/jelms-examples",
"scripts": {
"build":
"webpack -p | cp counter/index.html dist/counter | cp github/index.html dist/github",
"lint": "eslint **/*.ts **/*.tsx",
"start": "webpack-dev-server"
},
"version": "1.0.0"
}