-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 Bytes
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
{
"name": "cv-boilerplate-reactjs-typescript",
"version": "0.1.0",
"private": true,
"dependencies": {
"animate.css": "^3.6.1",
"bootstrap": "^3.3.7",
"bxslider": "^4.2.13",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"jquery-validation": "^1.17.0",
"jquery.nicescroll": "^3.7.6",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.13.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/bootstrap": "^3.3.39",
"@types/dw-bxslider-4": "^4.2.30",
"@types/jest": "^22.2.0",
"@types/jquery": "^3.3.1",
"@types/jquery.validation": "^1.16.4",
"@types/node": "^9.4.7",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"typescript": "^2.7.2"
}
}