-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "new-ahp-app",
"author": "h_type <[email protected]>",
"version": "1.0.0",
"description": "New frontend AHP application",
"engines": {
"node": "^10"
},
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --mode=development",
"build": "webpack --mode=production",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerDin/new-ahp-app.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/RangerDin/new-ahp-app/issues"
},
"homepage": "https://github.com/RangerDin/new-ahp-app#readme",
"dependencies": {
"big.js": "^5.2.2",
"file-saver": "^2.0.2",
"history": "^4.9.0",
"preact": "^10.0.0-rc.2",
"preact-router": "^3.0.0",
"react-transition-group": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@types/react-transition-group": "^4.2.2",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"eslint": "^5.15.1",
"eslint-config-google": "^0.12.0",
"eslint-config-standard-preact": "^1.1.6",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"regenerator-runtime": "^0.13.5",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.1.0",
"stylelint-scss": "^3.5.4",
"terser-webpack-plugin": "^1.4.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"browserslist": [
"last 2 versions",
"> 1%",
"IE 10"
]
}