-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ragu-framework.github.io",
"version": "1.0.0",
"description": "Ragu Framework Github Pages",
"scripts": {
"test": "jest --verbose",
"build": "webpack --config webpack.config.prod.js",
"static:server": "superstatic dist",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ragu-framework/ragu-framework.github.io.git"
},
"author": "Maniero",
"license": "ISC",
"bugs": {
"url": "https://github.com/ragu-framework/ragu-framework.github.io/issues"
},
"homepage": "https://github.com/ragu-framework/ragu-framework.github.io#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"core-js": "^3.6.5",
"css-to-string-loader": "^0.1.3",
"director": "^1.2.8",
"extract-loader": "^5.1.0",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.4.2",
"superstatic": "^7.0.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"css-loader": "^4.3.0",
"error-overlay-webpack-plugin": "^0.4.1",
"file-loader": "^6.1.0",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"testing-library__dom": "^7.20.1-beta.1",
"to-string-loader": "^1.1.6",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4"
}
}