-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 906 Bytes
/
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
{
"name": "mailvelope_styleguide",
"version": "1.8.1",
"description": "Styleguide for the Mailvelope secure email communication web extension.",
"repository": {
"type": "git",
"url": "https://github.com/mailvelope/mailvelope-styleguide"
},
"license": "AGPL-3.0",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-sortable": "drvic10k/bootstrap-sortable#0df36e9",
"font-awesome": "^4.7.0",
"grunt": "^1.0.1",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-watch": "^1.0.0",
"jquery": "^3.2.1",
"less": "^2.7.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-jsx-parser": "1.1.2",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.11",
"tether": "^1.4.0",
"tether-shepherd": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
}
}