-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 835 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 835 Bytes
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
{
"name": "senil",
"version": "1.0.33",
"description": "state for pure HTML",
"main": "index.ts",
"repository": "https://github.com/mrfarhadir/senil",
"homepage": "https://senil.js.org",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --env dev --mode none",
"build": "webpack --env prod --mode production"
},
"author": "Farhad Mehryari <info@mrfarhad.ir>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.8.6",
"awesome-typescript-loader": "^5.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"ts-loader": "^9.1.1",
"typescript": "^4.0.5",
"webpack": "^4.41.5",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^4.2.1",
"webpack-md5-hash": "0.0.6"
}
}