diff --git a/.gitignore b/.gitignore
index 05a8e98..1efa1e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ crashlytics-build.properties
/node_modules/
package-lock.json
+yarn.lock
\ No newline at end of file
diff --git a/advance.html b/advance.html
new file mode 100644
index 0000000..2e85732
--- /dev/null
+++ b/advance.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index fb8b800..fd39c4e 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
-
+
diff --git a/package.json b/package.json
index c8d75b3..a65ed87 100644
--- a/package.json
+++ b/package.json
@@ -3,24 +3,26 @@
"version": "1.0.0",
"description": "fineui start",
"main": "index.js",
- "dependencies": {},
+ "dependencies": {
+ "fineui": "^2.0.0"
+ },
"devDependencies": {
- "chai": "^4.1.2",
- "eslint": "^4.12.0",
- "eslint-plugin-prettier": "^2.3.1",
- "express": "^4.15.2",
- "grunt": "^1.0.1",
- "grunt-contrib-concat": "^1.0.1",
- "grunt-contrib-connect": "^1.0.2",
- "grunt-contrib-cssmin": "^1.0.1",
- "grunt-contrib-jshint": "^1.0.0",
- "grunt-contrib-less": "^1.4.1",
- "grunt-contrib-uglify": "^1.0.1",
- "grunt-contrib-watch": "^1.0.0",
- "lodash": "^4.17.10",
- "mocha": "^4.0.1",
+ "chai": "4.1.2",
+ "eslint": "4.12.0",
+ "eslint-plugin-prettier": "2.3.1",
+ "express": "4.15.2",
+ "grunt": "1.0.1",
+ "grunt-contrib-concat": "1.0.1",
+ "grunt-contrib-connect": "1.0.2",
+ "grunt-contrib-cssmin": "1.0.1",
+ "grunt-contrib-jshint": "1.0.0",
+ "grunt-contrib-less": "1.4.1",
+ "grunt-contrib-uglify": "1.0.1",
+ "grunt-contrib-watch": "1.0.0",
+ "lodash": "4.17.10",
+ "mocha": "4.0.1",
"open": "0.0.5",
- "prettier": "^1.8.2"
+ "prettier": "1.8.2"
},
"scripts": {
"grunt": "grunt",