-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "southbound",
"version": "0.1.0",
"description": "The website for the Southbound report.",
"repository": {
"type": "git",
"url": "https://github.com/CSIS-iLab/southbound.git"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@threespot/freeze-scroll": "^1.0.3",
"googleapis": "^40.0.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.0",
"react-dom": "^16.8.6",
"react-markdown": "^4.0.6",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-snapshot": "^1.3.0",
"smooth-scroll": "^15.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "node write.js && react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"cssnano": "^4.1.10",
"gray-matter": "^4.0.2",
"node-sass": "^4.11.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^2.0.0",
"react-app-rewired": "^2.1.1",
"sass-loader": "^7.1.0",
"stylelint": "^9.6.0",
"stylelint-config-sass-guidelines": "^5.3.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.2",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^2.1.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
]
}