-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 962 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
33
34
35
36
{
"name": "mdl-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "https://github.com/fcgomes92/react-mdl-example.git"
},
"homepage": "https://fcgomes92.github.io/react-mdl-example",
"author": "@fcgomes92",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-mdl": "^1.10.0",
"sanitize-html": "^1.14.1",
"vanilla-masker": "^1.1.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"node-sass": "^4.5.2",
"react-scripts": "^0.9.5"
}
}