-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "atmosphir-browser",
"version": "0.1.0",
"private": true,
"dependencies": {
"@researchgate/react-intersection-observer": "^0.6.0",
"intersection-observer": "^0.5.0",
"lodash": "^4.17.5",
"purecss": "^1.0.0",
"react": "^16.2.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.13.0",
"superagent": "^3.8.2"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --scripts-version react-scripts-ts --env=jsdom"
},
"devDependencies": {
"@types/jest": "^22.2.0",
"@types/lodash": "^4.14.104",
"@types/node": "^9.4.6",
"@types/react": "^16.0.40",
"@types/react-document-title": "^2.0.2",
"@types/react-dom": "^16.0.4",
"@types/superagent": "^3.5.7",
"babel-core": "^6.26.0",
"node-sass": "^4.9.1",
"react-app-rewire-sass-modules": "^1.1.5",
"react-app-rewired": "^1.5.0",
"sass-loader": "^7.0.3",
"typescript": "^2.7.2"
}
}