-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.19 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
{
"name": "noreact",
"version": "1.0.0",
"description": "a web framework with react philosophy but easier to use",
"main": "dist/index.js",
"scripts": {
"demo": "webpack-dev-server --config webpack-dev.config.js",
"build": "webpack --config webpack.config.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"types": "./index.d.ts",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^10.12.11",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.0.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jsdom": "^15.1.1",
"node-sass": "^4.11.0",
"noreact-tool": "^1.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-jest": "^24.0.2",
"ts-loader": "^5.3.2",
"tslint": "^6.1.0",
"typescript": "^3.2.2",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.10.1",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.2.2"
},
"dependencies": {}
}